Html Css Color HEX #C4D30E La Rioja

📋 copy color: '#C4D30E'

red 196 ◦ green 211 ◦ blue 14

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

Shades of La Rioja #C4D30E

Tints of La Rioja #C4D30E

RGB

 RED value IS 196 (76.95% from 255) = 46.56%

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

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

R = 46.56%
G = 50.12%
B = 3.33%

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

#C4D30E (or 0xC4D30E) is known color: La Rioja. HEX triplet: C4, D3 and 0E. RGB value is (196,211,14). Sum of RGB (Red+Green+Blue) = 196+211+14=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D30E is #3B2CF1. Grayscale: #B8B8B8. Windows color (decimal): -3878130 or 971716. OLE color: 971716.

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

Color convert

RGB 196 211 14 -
CMYK 0.07 0 0.93 0.17
HSL 64.57º 0.88% 0.44% -
HSV(B) 64.57º 0.93% 0.83% -
XYZ 46.14 58.36 9.25 -
YUV 184.06 32.03 136.52 -
System Red Green Blue C M Y K H S L
Decimal 196 211 14 0.07 0 0.93 0.17 64.57 0.88 0.44
Hex C4 D3 E 7 0 5D 11 41 58 2C
Octal 304 323 16 7 0 135 21 101 130 54
Binary 11000100 11010011 1110 111 0 1011101 10001 1000001 1011000 101100

Color Harmonies of #C4D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D30E

Black with #C4D30E

Text Example


Text Example

White with #C4D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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