Html Css Color HEX #C4D000 La Rioja

📋 copy color: '#C4D000'

red 196 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #C4D000

Tints of La Rioja #C4D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.51%
G = 51.49%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#C4D000 (or 0xC4D000) is known color: La Rioja. HEX triplet: C4, D0 and 00. RGB value is (196,208,0). Sum of RGB (Red+Green+Blue) = 196+208+0=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D000 is #3B2FFF. Grayscale: #B5B5B5. Windows color (decimal): -3878912 or 53444. OLE color: 53444.

HSL color Cylindrical-coordinate representation of color #C4D000: hue angle of 63.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4D000 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 208 0 -
CMYK 0.06 0 1 0.18
HSL 63.46º 1% 0.41% -
HSV(B) 63.46º 1% 0.82% -
XYZ 45.32 56.85 8.58 -
YUV 180.7 26.02 138.91 -
System Red Green Blue C M Y K H S L
Decimal 196 208 0 0.06 0 1 0.18 63.46 1 0.41
Hex C4 D0 0 6 0 64 12 3F 64 29
Octal 304 320 0 6 0 144 22 77 144 51
Binary 11000100 11010000 0 110 0 1100100 10010 111111 1100100 101001

Color Harmonies of #C4D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D000

Black with #C4D000

Text Example


Text Example

White with #C4D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D000; }

 p { color: rgb(196,208,0); }

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

background-color css

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

 a { background-color: rgb(196,208,0); }

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

border-color css

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

 span { border-color: rgb(196,208,0); }

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