Html Css Color HEX #C3D20E La Rioja

📋 copy color: '#C3D20E'

red 195 ◦ green 210 ◦ blue 14

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

Shades of La Rioja #C3D20E

Tints of La Rioja #C3D20E

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

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

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

R = 46.54%
G = 50.12%
B = 3.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C3D20E (or 0xC3D20E) is known color: La Rioja. HEX triplet: C3, D2 and 0E. RGB value is (195,210,14). Sum of RGB (Red+Green+Blue) = 195+210+14=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D20E is #3C2DF1. Grayscale: #B7B7B7. Windows color (decimal): -3943922 or 971459. OLE color: 971459.

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

Color convert

RGB 195 210 14 -
CMYK 0.07 0 0.93 0.18
HSL 64.59º 0.88% 0.44% -
HSV(B) 64.59º 0.93% 0.82% -
XYZ 45.63 57.73 9.15 -
YUV 183.17 32.53 136.44 -
System Red Green Blue C M Y K H S L
Decimal 195 210 14 0.07 0 0.93 0.18 64.59 0.88 0.44
Hex C3 D2 E 7 0 5D 12 41 58 2C
Octal 303 322 16 7 0 135 22 101 130 54
Binary 11000011 11010010 1110 111 0 1011101 10010 1000001 1011000 101100

Color Harmonies of #C3D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D20E

Black with #C3D20E

Text Example


Text Example

White with #C3D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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