Html Css Color HEX #C2D80F Rio Grande

📋 copy color: '#C2D80F'

red 194 ◦ green 216 ◦ blue 15

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

Shades of Rio Grande #C2D80F

Tints of Rio Grande #C2D80F

RGB

 RED value IS 194 (76.17% from 255) = 45.65%

 GREEN value IS 216 (84.77% from 255) = 50.82%

 BLUE value IS 15 (6.25% from 255) = 3.53%

R = 45.65%
G = 50.82%
B = 3.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#C2D80F (or 0xC2D80F) is known color: Rio Grande. HEX triplet: C2, D8 and 0F. RGB value is (194,216,15). Sum of RGB (Red+Green+Blue) = 194+216+15=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D80F is #3D27F0. Grayscale: #BBBBBB. Windows color (decimal): -4007921 or 1038530. OLE color: 1038530.

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

Color convert

RGB 194 216 15 -
CMYK 0.10 0 0.93 0.15
HSL 66.57º 0.87% 0.45% -
HSV(B) 66.57º 0.93% 0.85% -
XYZ 46.89 60.62 9.68 -
YUV 186.51 31.21 133.34 -
System Red Green Blue C M Y K H S L
Decimal 194 216 15 0.10 0 0.93 0.15 66.57 0.87 0.45
Hex C2 D8 F A 0 5D F 43 57 2D
Octal 302 330 17 12 0 135 17 103 127 55
Binary 11000010 11011000 1111 1010 0 1011101 1111 1000011 1010111 101101

Color Harmonies of #C2D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D80F

Black with #C2D80F

Text Example


Text Example

White with #C2D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D80F; }

 p { color: rgb(194,216,15); }

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

background-color css

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

 a { background-color: rgb(194,216,15); }

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

border-color css

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

 span { border-color: rgb(194,216,15); }

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