Html Css Color HEX #C2D00F La Rioja

📋 copy color: '#C2D00F'

red 194 ◦ green 208 ◦ blue 15

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

Shades of La Rioja #C2D00F

Tints of La Rioja #C2D00F

RGB

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

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

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

R = 46.52%
G = 49.88%
B = 3.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C2D00F (or 0xC2D00F) is known color: La Rioja. HEX triplet: C2, D0 and 0F. RGB value is (194,208,15). Sum of RGB (Red+Green+Blue) = 194+208+15=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D00F is #3D2FF0. Grayscale: #B6B6B6. Windows color (decimal): -4009969 or 1036482. OLE color: 1036482.

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

Color convert

RGB 194 208 15 -
CMYK 0.07 0 0.93 0.18
HSL 64.35º 0.87% 0.44% -
HSV(B) 64.35º 0.93% 0.82% -
XYZ 44.89 56.62 9.01 -
YUV 181.81 33.86 136.69 -
System Red Green Blue C M Y K H S L
Decimal 194 208 15 0.07 0 0.93 0.18 64.35 0.87 0.44
Hex C2 D0 F 7 0 5D 12 40 57 2C
Octal 302 320 17 7 0 135 22 100 127 54
Binary 11000010 11010000 1111 111 0 1011101 10010 1000000 1010111 101100

Color Harmonies of #C2D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D00F

Black with #C2D00F

Text Example


Text Example

White with #C2D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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