Html Css Color HEX #C7D40E La Rioja

📋 copy color: '#C7D40E'

red 199 ◦ green 212 ◦ blue 14

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

Shades of La Rioja #C7D40E

Tints of La Rioja #C7D40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.88%

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

R = 46.82%
G = 49.88%
B = 3.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#C7D40E (or 0xC7D40E) is known color: La Rioja. HEX triplet: C7, D4 and 0E. RGB value is (199,212,14). Sum of RGB (Red+Green+Blue) = 199+212+14=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D40E is #382BF1. Grayscale: #BABABA. Windows color (decimal): -3681266 or 971975. OLE color: 971975.

HSL color Cylindrical-coordinate representation of color #C7D40E: hue angle of 63.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7D40E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 212 14 -
CMYK 0.06 0 0.93 0.17
HSL 63.94º 0.88% 0.44% -
HSV(B) 63.94º 0.93% 0.83% -
XYZ 47.18 59.26 9.37 -
YUV 185.54 31.19 137.6 -
System Red Green Blue C M Y K H S L
Decimal 199 212 14 0.06 0 0.93 0.17 63.94 0.88 0.44
Hex C7 D4 E 6 0 5D 11 40 58 2C
Octal 307 324 16 6 0 135 21 100 130 54
Binary 11000111 11010100 1110 110 0 1011101 10001 1000000 1011000 101100

Color Harmonies of #C7D40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D40E

Black with #C7D40E

Text Example


Text Example

White with #C7D40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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