Html Css Color HEX #C5D30E La Rioja

📋 copy color: '#C5D30E'

red 197 ◦ green 211 ◦ blue 14

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

Shades of La Rioja #C5D30E

Tints of La Rioja #C5D30E

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

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

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

R = 46.68%
G = 50%
B = 3.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#C5D30E (or 0xC5D30E) is known color: La Rioja. HEX triplet: C5, D3 and 0E. RGB value is (197,211,14). Sum of RGB (Red+Green+Blue) = 197+211+14=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D30E is #3A2CF1. Grayscale: #B9B9B9. Windows color (decimal): -3812594 or 971717. OLE color: 971717.

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

Color convert

RGB 197 211 14 -
CMYK 0.07 0 0.93 0.17
HSL 64.26º 0.88% 0.44% -
HSV(B) 64.26º 0.93% 0.83% -
XYZ 46.4 58.49 9.26 -
YUV 184.36 31.86 137.02 -
System Red Green Blue C M Y K H S L
Decimal 197 211 14 0.07 0 0.93 0.17 64.26 0.88 0.44
Hex C5 D3 E 7 0 5D 11 40 58 2C
Octal 305 323 16 7 0 135 21 100 130 54
Binary 11000101 11010011 1110 111 0 1011101 10001 1000000 1011000 101100

Color Harmonies of #C5D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D30E

Black with #C5D30E

Text Example


Text Example

White with #C5D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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