Html Css Color HEX #74CD04 Christi

📋 copy color: '#74CD04'

red 116 ◦ green 205 ◦ blue 4

#74CD04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #74CD04

Tints of Christi #74CD04

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

 GREEN value IS 205 (80.47% from 255) = 63.08%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 35.69%
G = 63.08%
B = 1.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#74CD04 (or 0x74CD04) is known color: Christi. HEX triplet: 74, CD and 04. RGB value is (116,205,4). Sum of RGB (Red+Green+Blue) = 116+205+4=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CD04 is #8B32FB. Grayscale: #9C9C9C. Windows color (decimal): -9122556 or 314740. OLE color: 314740.

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

Color convert

RGB 116 205 4 -
CMYK 0.43 0 0.98 0.20
HSL 86.57º 0.96% 0.41% -
HSV(B) 86.57º 0.98% 0.8% -
XYZ 29.06 47.38 7.73 -
YUV 155.48 42.51 99.84 -
System Red Green Blue C M Y K H S L
Decimal 116 205 4 0.43 0 0.98 0.20 86.57 0.96 0.41
Hex 74 CD 4 2B 0 62 14 57 60 29
Octal 164 315 4 53 0 142 24 127 140 51
Binary 1110100 11001101 100 101011 0 1100010 10100 1010111 1100000 101001

Color Harmonies of #74CD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD04

Black with #74CD04

Text Example


Text Example

White with #74CD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74CD04;
 }
 .AnyTagClassName
 {
   color: #74CD04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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