Html Css Color HEX #C4D215 Rio Grande

📋 copy color: '#C4D215'

red 196 ◦ green 210 ◦ blue 21

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

Shades of Rio Grande #C4D215

Tints of Rio Grande #C4D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.18%

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 45.9%
G = 49.18%
B = 4.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C4D215 (or 0xC4D215) is known color: Rio Grande. HEX triplet: C4, D2 and 15. RGB value is (196,210,21). Sum of RGB (Red+Green+Blue) = 196+210+21=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D215 is #3B2DEA. Grayscale: #B9B9B9. Windows color (decimal): -3878379 or 1430212. OLE color: 1430212.

HSL color Cylindrical-coordinate representation of color #C4D215: hue angle of 64.44º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4D215 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 210 21 -
CMYK 0.07 0 0.90 0.18
HSL 64.44º 0.82% 0.45% -
HSV(B) 64.44º 0.9% 0.82% -
XYZ 45.95 57.88 9.46 -
YUV 184.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 196 210 21 0.07 0 0.90 0.18 64.44 0.82 0.45
Hex C4 D2 15 7 0 5A 12 40 52 2D
Octal 304 322 25 7 0 132 22 100 122 55
Binary 11000100 11010010 10101 111 0 1011010 10010 1000000 1010010 101101

Color Harmonies of #C4D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D215

Black with #C4D215

Text Example


Text Example

White with #C4D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D215; }

 p { color: rgb(196,210,21); }

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

background-color css

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

 a { background-color: rgb(196,210,21); }

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

border-color css

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

 span { border-color: rgb(196,210,21); }

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