Html Css Color HEX #C4D305 La Rioja

📋 copy color: '#C4D305'

red 196 ◦ green 211 ◦ blue 5

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

Shades of La Rioja #C4D305

Tints of La Rioja #C4D305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 47.57%
G = 51.21%
B = 1.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#C4D305 (or 0xC4D305) is known color: La Rioja. HEX triplet: C4, D3 and 05. RGB value is (196,211,5). Sum of RGB (Red+Green+Blue) = 196+211+5=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D305 is #3B2CFA. Grayscale: #B7B7B7. Windows color (decimal): -3878139 or 381892. OLE color: 381892.

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

Color convert

RGB 196 211 5 -
CMYK 0.07 0 0.98 0.17
HSL 64.37º 0.95% 0.42% -
HSV(B) 64.37º 0.98% 0.83% -
XYZ 46.09 58.34 8.97 -
YUV 183.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 196 211 5 0.07 0 0.98 0.17 64.37 0.95 0.42
Hex C4 D3 5 7 0 62 11 40 5F 2A
Octal 304 323 5 7 0 142 21 100 137 52
Binary 11000100 11010011 101 111 0 1100010 10001 1000000 1011111 101010

Color Harmonies of #C4D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D305

Black with #C4D305

Text Example


Text Example

White with #C4D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D305; }

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

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

background-color css

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

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

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

border-color css

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

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

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