Html Css Color HEX #C4D714 Rio Grande

📋 copy color: '#C4D714'

red 196 ◦ green 215 ◦ blue 20

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

Shades of Rio Grande #C4D714

Tints of Rio Grande #C4D714

RGB

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

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

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

R = 45.48%
G = 49.88%
B = 4.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#C4D714 (or 0xC4D714) is known color: Rio Grande. HEX triplet: C4, D7 and 14. RGB value is (196,215,20). Sum of RGB (Red+Green+Blue) = 196+215+20=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D714 is #3B28EB. Grayscale: #BBBBBB. Windows color (decimal): -3877100 or 1365956. OLE color: 1365956.

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

Color convert

RGB 196 215 20 -
CMYK 0.09 0 0.91 0.16
HSL 65.85º 0.83% 0.46% -
HSV(B) 65.85º 0.91% 0.84% -
XYZ 47.19 60.39 9.83 -
YUV 187.09 33.71 134.36 -
System Red Green Blue C M Y K H S L
Decimal 196 215 20 0.09 0 0.91 0.16 65.85 0.83 0.46
Hex C4 D7 14 9 0 5B 10 42 53 2E
Octal 304 327 24 11 0 133 20 102 123 56
Binary 11000100 11010111 10100 1001 0 1011011 10000 1000010 1010011 101110

Color Harmonies of #C4D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D714

Black with #C4D714

Text Example


Text Example

White with #C4D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D714; }

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

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

background-color css

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

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

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

border-color css

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

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

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