Html Css Color HEX #C0D51C Rio Grande

📋 copy color: '#C0D51C'

red 192 ◦ green 213 ◦ blue 28

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

Shades of Rio Grande #C0D51C

Tints of Rio Grande #C0D51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 44.34%
G = 49.19%
B = 6.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C0D51C (or 0xC0D51C) is known color: Rio Grande. HEX triplet: C0, D5 and 1C. RGB value is (192,213,28). Sum of RGB (Red+Green+Blue) = 192+213+28=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D51C is #3F2AE3. Grayscale: #BABABA. Windows color (decimal): -4139748 or 1889728. OLE color: 1889728.

HSL color Cylindrical-coordinate representation of color #C0D51C: hue angle of 66.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0D51C is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 213 28 -
CMYK 0.10 0 0.87 0.16
HSL 66.81º 0.77% 0.47% -
HSV(B) 66.81º 0.87% 0.84% -
XYZ 45.74 58.88 10.05 -
YUV 185.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 192 213 28 0.10 0 0.87 0.16 66.81 0.77 0.47
Hex C0 D5 1C A 0 57 10 43 4D 2F
Octal 300 325 34 12 0 127 20 103 115 57
Binary 11000000 11010101 11100 1010 0 1010111 10000 1000011 1001101 101111

Color Harmonies of #C0D51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D51C

Black with #C0D51C

Text Example


Text Example

White with #C0D51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D51C; }

 p { color: rgb(192,213,28); }

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

background-color css

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

 a { background-color: rgb(192,213,28); }

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

border-color css

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

 span { border-color: rgb(192,213,28); }

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