Html Css Color HEX #C4D518 Rio Grande

📋 copy color: '#C4D518'

red 196 ◦ green 213 ◦ blue 24

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

Shades of Rio Grande #C4D518

Tints of Rio Grande #C4D518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

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

R = 45.27%
G = 49.19%
B = 5.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#C4D518 (or 0xC4D518) is known color: Rio Grande. HEX triplet: C4, D5 and 18. RGB value is (196,213,24). Sum of RGB (Red+Green+Blue) = 196+213+24=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D518 is #3B2AE7. Grayscale: #BBBBBB. Windows color (decimal): -3877608 or 1627588. OLE color: 1627588.

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

Color convert

RGB 196 213 24 -
CMYK 0.08 0 0.89 0.16
HSL 65.4º 0.8% 0.46% -
HSV(B) 65.4º 0.89% 0.84% -
XYZ 46.72 59.39 9.86 -
YUV 186.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 196 213 24 0.08 0 0.89 0.16 65.4 0.8 0.46
Hex C4 D5 18 8 0 59 10 41 50 2E
Octal 304 325 30 10 0 131 20 101 120 56
Binary 11000100 11010101 11000 1000 0 1011001 10000 1000001 1010000 101110

Color Harmonies of #C4D518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D518

Black with #C4D518

Text Example


Text Example

White with #C4D518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D518; }

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

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

background-color css

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

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

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

border-color css

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

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

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