Html Css Color HEX #C7D30E La Rioja

📋 copy color: '#C7D30E'

red 199 ◦ green 211 ◦ blue 14

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

Shades of La Rioja #C7D30E

Tints of La Rioja #C7D30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.76%

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

R = 46.93%
G = 49.76%
B = 3.3%

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

#C7D30E (or 0xC7D30E) is known color: La Rioja. HEX triplet: C7, D3 and 0E. RGB value is (199,211,14). Sum of RGB (Red+Green+Blue) = 199+211+14=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D30E is #382CF1. Grayscale: #B9B9B9. Windows color (decimal): -3681522 or 971719. OLE color: 971719.

HSL color Cylindrical-coordinate representation of color #C7D30E: hue angle of 63.65º 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 #C7D30E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 211 14 -
CMYK 0.06 0 0.93 0.17
HSL 63.65º 0.88% 0.44% -
HSV(B) 63.65º 0.93% 0.83% -
XYZ 46.93 58.76 9.28 -
YUV 184.95 31.52 138.02 -
System Red Green Blue C M Y K H S L
Decimal 199 211 14 0.06 0 0.93 0.17 63.65 0.88 0.44
Hex C7 D3 E 6 0 5D 11 40 58 2C
Octal 307 323 16 6 0 135 21 100 130 54
Binary 11000111 11010011 1110 110 0 1011101 10001 1000000 1011000 101100

Color Harmonies of #C7D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D30E

Black with #C7D30E

Text Example


Text Example

White with #C7D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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