#74CD08

Color #74CD08 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #74CD08

Tints of Christi #74CD08

Color information

#74CD08 (or 0x74CD08) is unknown color: approx Christi. HEX triplet: 74, CD and 08. RGB value is (116,205,8). Sum of RGB (Red+Green+Blue) = 116+205+8=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CD08 is #8B32F7. Grayscale: #9C9C9C. Windows color (decimal): -9122552 or 576884. OLE color: 576884.

HSL color Cylindrical-coordinate representation of color #74CD08: hue angle of 87.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74CD08 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB1162058-
CMYK0.4300.960.20
HSL87.11º92.49%41.76%-
HSV(B)87.11º96.1%80.39%-
XYZ29.0847.397.84-
YUV155.9344.5199.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 8 (3.52% from 255) = 2.43%
R=35.26%
G=62.31%
B=2.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11620580.4300.960.2087.1192.4941.76
Hex74CD82B06014575c2a
Octal164315105301402412713452
Binary1110100110011011000101011011000001010010101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74CD08; }

 p { color: rgb(116,205,8); }

 H1.HeaderClassName
 {
   color: #74CD08;
 }
 .AnyTagClassName
 {
   color: #74CD08;
 }
</style>
background-color css

<style>
 a { background-color: #74CD08; }

 a { background-color: rgb(116,205,8); }

 div.DivClassName
 {
   background-color: #74CD08;
 }
 .BgClassName
 {
   background-color: #74CD08;
 }
</style>
border-color css

<style>
 span { border-color: #74CD08; }

 span { border-color: rgb(116,205,8); }

 td.TdClassName
 {
   border-color: #74CD08;
 }
 .TagClassName
 {
   border-color: #74CD08;
 }
</style>