Html Css Color HEX #C4DA30 Fuego

📋 copy color: '#C4DA30'

red 196 ◦ green 218 ◦ blue 48

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

Shades of Fuego #C4DA30

Tints of Fuego #C4DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.19%

 BLUE value IS 48 (19.14% from 255) = 10.39%

R = 42.42%
G = 47.19%
B = 10.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#C4DA30 (or 0xC4DA30) is known color: Fuego. HEX triplet: C4, DA and 30. RGB value is (196,218,48). Sum of RGB (Red+Green+Blue) = 196+218+48=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA30 is #3B25CF. Grayscale: #C0C0C0. Windows color (decimal): -3876304 or 3201732. OLE color: 3201732.

HSL color Cylindrical-coordinate representation of color #C4DA30: hue angle of 67.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4DA30 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 48 -
CMYK 0.10 0 0.78 0.15
HSL 67.76º 0.7% 0.52% -
HSV(B) 67.76º 0.78% 0.85% -
XYZ 48.37 62.09 12.23 -
YUV 192.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 196 218 48 0.10 0 0.78 0.15 67.76 0.7 0.52
Hex C4 DA 30 A 0 4E F 44 46 34
Octal 304 332 60 12 0 116 17 104 106 64
Binary 11000100 11011010 110000 1010 0 1001110 1111 1000100 1000110 110100

Color Harmonies of #C4DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA30

Black with #C4DA30

Text Example


Text Example

White with #C4DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA30; }

 p { color: rgb(196,218,48); }

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

background-color css

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

 a { background-color: rgb(196,218,48); }

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

border-color css

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

 span { border-color: rgb(196,218,48); }

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