Html Css Color HEX #C2D014 Rio Grande

📋 copy color: '#C2D014'

red 194 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #C2D014

Tints of Rio Grande #C2D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

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

R = 45.97%
G = 49.29%
B = 4.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C2D014 (or 0xC2D014) is known color: Rio Grande. HEX triplet: C2, D0 and 14. RGB value is (194,208,20). Sum of RGB (Red+Green+Blue) = 194+208+20=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D014 is #3D2FEB. Grayscale: #B7B7B7. Windows color (decimal): -4009964 or 1364162. OLE color: 1364162.

HSL color Cylindrical-coordinate representation of color #C2D014: hue angle of 64.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2D014 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 20 -
CMYK 0.07 0 0.90 0.18
HSL 64.47º 0.82% 0.45% -
HSV(B) 64.47º 0.9% 0.82% -
XYZ 44.93 56.63 9.22 -
YUV 182.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 194 208 20 0.07 0 0.90 0.18 64.47 0.82 0.45
Hex C2 D0 14 7 0 5A 12 40 52 2D
Octal 302 320 24 7 0 132 22 100 122 55
Binary 11000010 11010000 10100 111 0 1011010 10010 1000000 1010010 101101

Color Harmonies of #C2D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D014

Black with #C2D014

Text Example


Text Example

White with #C2D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D014; }

 p { color: rgb(194,208,20); }

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

background-color css

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

 a { background-color: rgb(194,208,20); }

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

border-color css

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

 span { border-color: rgb(194,208,20); }

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