Html Css Color HEX #C0D41D Rio Grande

📋 copy color: '#C0D41D'

red 192 ◦ green 212 ◦ blue 29

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

Shades of Rio Grande #C0D41D

Tints of Rio Grande #C0D41D

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 29 (11.72% from 255) = 6.7%

R = 44.34%
G = 48.96%
B = 6.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#C0D41D (or 0xC0D41D) is known color: Rio Grande. HEX triplet: C0, D4 and 1D. RGB value is (192,212,29). Sum of RGB (Red+Green+Blue) = 192+212+29=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D41D is #3F2BE2. Grayscale: #B9B9B9. Windows color (decimal): -4140003 or 1955008. OLE color: 1955008.

HSL color Cylindrical-coordinate representation of color #C0D41D: hue angle of 66.56º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0D41D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 212 29 -
CMYK 0.09 0 0.86 0.17
HSL 66.56º 0.76% 0.47% -
HSV(B) 66.56º 0.86% 0.83% -
XYZ 45.5 58.38 10.03 -
YUV 185.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 192 212 29 0.09 0 0.86 0.17 66.56 0.76 0.47
Hex C0 D4 1D 9 0 56 11 43 4C 2F
Octal 300 324 35 11 0 126 21 103 114 57
Binary 11000000 11010100 11101 1001 0 1010110 10001 1000011 1001100 101111

Color Harmonies of #C0D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D41D

Black with #C0D41D

Text Example


Text Example

White with #C0D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D41D; }

 p { color: rgb(192,212,29); }

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

background-color css

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

 a { background-color: rgb(192,212,29); }

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

border-color css

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

 span { border-color: rgb(192,212,29); }

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