Html Css Color HEX #C4D30C La Rioja

📋 copy color: '#C4D30C'

red 196 ◦ green 211 ◦ blue 12

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

Shades of La Rioja #C4D30C

Tints of La Rioja #C4D30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 46.78%
G = 50.36%
B = 2.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C4D30C (or 0xC4D30C) is known color: La Rioja. HEX triplet: C4, D3 and 0C. RGB value is (196,211,12). Sum of RGB (Red+Green+Blue) = 196+211+12=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D30C is #3B2CF3. Grayscale: #B8B8B8. Windows color (decimal): -3878132 or 840644. OLE color: 840644.

HSL color Cylindrical-coordinate representation of color #C4D30C: hue angle of 64.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D30C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 12 -
CMYK 0.07 0 0.94 0.17
HSL 64.52º 0.89% 0.44% -
HSV(B) 64.52º 0.94% 0.83% -
XYZ 46.13 58.35 9.18 -
YUV 183.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 196 211 12 0.07 0 0.94 0.17 64.52 0.89 0.44
Hex C4 D3 C 7 0 5E 11 41 59 2C
Octal 304 323 14 7 0 136 21 101 131 54
Binary 11000100 11010011 1100 111 0 1011110 10001 1000001 1011001 101100

Color Harmonies of #C4D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D30C

Black with #C4D30C

Text Example


Text Example

White with #C4D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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