Html Css Color HEX #C5D40E La Rioja

📋 copy color: '#C5D40E'

red 197 ◦ green 212 ◦ blue 14

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

Shades of La Rioja #C5D40E

Tints of La Rioja #C5D40E

RGB

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

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

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

R = 46.57%
G = 50.12%
B = 3.31%

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

#C5D40E (or 0xC5D40E) is known color: La Rioja. HEX triplet: C5, D4 and 0E. RGB value is (197,212,14). Sum of RGB (Red+Green+Blue) = 197+212+14=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D40E is #3A2BF1. Grayscale: #B9B9B9. Windows color (decimal): -3812338 or 971973. OLE color: 971973.

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

Color convert

RGB 197 212 14 -
CMYK 0.07 0 0.93 0.17
HSL 64.55º 0.88% 0.44% -
HSV(B) 64.55º 0.93% 0.83% -
XYZ 46.65 58.99 9.34 -
YUV 184.94 31.53 136.6 -
System Red Green Blue C M Y K H S L
Decimal 197 212 14 0.07 0 0.93 0.17 64.55 0.88 0.44
Hex C5 D4 E 7 0 5D 11 41 58 2C
Octal 305 324 16 7 0 135 21 101 130 54
Binary 11000101 11010100 1110 111 0 1011101 10001 1000001 1011000 101100

Color Harmonies of #C5D40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D40E

Black with #C5D40E

Text Example


Text Example

White with #C5D40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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