Html Css Color HEX #C4DA14 Rio Grande

📋 copy color: '#C4DA14'

red 196 ◦ green 218 ◦ blue 20

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

Shades of Rio Grande #C4DA14

Tints of Rio Grande #C4DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.23%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 45.16%
G = 50.23%
B = 4.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#C4DA14 (or 0xC4DA14) is known color: Rio Grande. HEX triplet: C4, DA and 14. RGB value is (196,218,20). Sum of RGB (Red+Green+Blue) = 196+218+20=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DA14 is #3B25EB. Grayscale: #BDBDBD. Windows color (decimal): -3876332 or 1366724. OLE color: 1366724.

HSL color Cylindrical-coordinate representation of color #C4DA14: hue angle of 66.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4DA14 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 20 -
CMYK 0.10 0 0.91 0.15
HSL 66.67º 0.83% 0.47% -
HSV(B) 66.67º 0.91% 0.85% -
XYZ 47.96 61.93 10.09 -
YUV 188.85 32.71 133.1 -
System Red Green Blue C M Y K H S L
Decimal 196 218 20 0.10 0 0.91 0.15 66.67 0.83 0.47
Hex C4 DA 14 A 0 5B F 43 53 2F
Octal 304 332 24 12 0 133 17 103 123 57
Binary 11000100 11011010 10100 1010 0 1011011 1111 1000011 1010011 101111

Color Harmonies of #C4DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA14

Black with #C4DA14

Text Example


Text Example

White with #C4DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA14; }

 p { color: rgb(196,218,20); }

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

background-color css

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

 a { background-color: rgb(196,218,20); }

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

border-color css

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

 span { border-color: rgb(196,218,20); }

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