Html Css Color HEX #C4D718 Rio Grande

📋 copy color: '#C4D718'

red 196 ◦ green 215 ◦ blue 24

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

Shades of Rio Grande #C4D718

Tints of Rio Grande #C4D718

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 215 (84.38% from 255) = 49.43%

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 45.06%
G = 49.43%
B = 5.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#C4D718 (or 0xC4D718) is known color: Rio Grande. HEX triplet: C4, D7 and 18. RGB value is (196,215,24). Sum of RGB (Red+Green+Blue) = 196+215+24=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D718 is #3B28E7. Grayscale: #BCBCBC. Windows color (decimal): -3877096 or 1628100. OLE color: 1628100.

HSL color Cylindrical-coordinate representation of color #C4D718: hue angle of 65.97º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4D718 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 215 24 -
CMYK 0.09 0 0.89 0.16
HSL 65.97º 0.8% 0.47% -
HSV(B) 65.97º 0.89% 0.84% -
XYZ 47.23 60.4 10.03 -
YUV 187.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 196 215 24 0.09 0 0.89 0.16 65.97 0.8 0.47
Hex C4 D7 18 9 0 59 10 42 50 2F
Octal 304 327 30 11 0 131 20 102 120 57
Binary 11000100 11010111 11000 1001 0 1011001 10000 1000010 1010000 101111

Color Harmonies of #C4D718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D718

Black with #C4D718

Text Example


Text Example

White with #C4D718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D718; }

 p { color: rgb(196,215,24); }

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

background-color css

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

 a { background-color: rgb(196,215,24); }

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

border-color css

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

 span { border-color: rgb(196,215,24); }

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