Html Css Color HEX #C7D20E La Rioja

📋 copy color: '#C7D20E'

red 199 ◦ green 210 ◦ blue 14

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

Shades of La Rioja #C7D20E

Tints of La Rioja #C7D20E

RGB

 RED value IS 199 (78.13% from 255) = 47.04%

 GREEN value IS 210 (82.42% from 255) = 49.65%

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 47.04%
G = 49.65%
B = 3.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C7D20E (or 0xC7D20E) is known color: La Rioja. HEX triplet: C7, D2 and 0E. RGB value is (199,210,14). Sum of RGB (Red+Green+Blue) = 199+210+14=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D20E is #382DF1. Grayscale: #B9B9B9. Windows color (decimal): -3681778 or 971463. OLE color: 971463.

HSL color Cylindrical-coordinate representation of color #C7D20E: hue angle of 63.37º degrees, saturation: 0.88, 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 #C7D20E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 210 14 -
CMYK 0.05 0 0.93 0.18
HSL 63.37º 0.88% 0.44% -
HSV(B) 63.37º 0.93% 0.82% -
XYZ 46.68 58.27 9.2 -
YUV 184.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 199 210 14 0.05 0 0.93 0.18 63.37 0.88 0.44
Hex C7 D2 E 5 0 5D 12 3F 58 2C
Octal 307 322 16 5 0 135 22 77 130 54
Binary 11000111 11010010 1110 101 0 1011101 10010 111111 1011000 101100

Color Harmonies of #C7D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D20E

Black with #C7D20E

Text Example


Text Example

White with #C7D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D20E; }

 p { color: rgb(199,210,14); }

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

background-color css

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

 a { background-color: rgb(199,210,14); }

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

border-color css

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

 span { border-color: rgb(199,210,14); }

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