Html Css Color HEX #C4CD30 Fuego

📋 copy color: '#C4CD30'

red 196 ◦ green 205 ◦ blue 48

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

Shades of Fuego #C4CD30

Tints of Fuego #C4CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

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

R = 43.65%
G = 45.66%
B = 10.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#C4CD30 (or 0xC4CD30) is known color: Fuego. HEX triplet: C4, CD and 30. RGB value is (196,205,48). Sum of RGB (Red+Green+Blue) = 196+205+48=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD30 is #3B32CF. Grayscale: #B9B9B9. Windows color (decimal): -3879632 or 3198404. OLE color: 3198404.

HSL color Cylindrical-coordinate representation of color #C4CD30: hue angle of 63.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4CD30 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 48 -
CMYK 0.04 0 0.77 0.20
HSL 63.44º 0.62% 0.5% -
HSV(B) 63.44º 0.77% 0.8% -
XYZ 45.13 55.61 11.15 -
YUV 184.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 196 205 48 0.04 0 0.77 0.20 63.44 0.62 0.5
Hex C4 CD 30 4 0 4D 14 3F 3E 32
Octal 304 315 60 4 0 115 24 77 76 62
Binary 11000100 11001101 110000 100 0 1001101 10100 111111 111110 110010

Color Harmonies of #C4CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD30

Black with #C4CD30

Text Example


Text Example

White with #C4CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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