Html Css Color HEX #C4DD2A Fuego

📋 copy color: '#C4DD2A'

red 196 ◦ green 221 ◦ blue 42

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

Shades of Fuego #C4DD2A

Tints of Fuego #C4DD2A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.15%

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 42.7%
G = 48.15%
B = 9.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#C4DD2A (or 0xC4DD2A) is known color: Fuego. HEX triplet: C4, DD and 2A. RGB value is (196,221,42). Sum of RGB (Red+Green+Blue) = 196+221+42=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD2A is #3B22D5. Grayscale: #C1C1C1. Windows color (decimal): -3875542 or 2809284. OLE color: 2809284.

HSL color Cylindrical-coordinate representation of color #C4DD2A: hue angle of 68.38º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4DD2A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 42 -
CMYK 0.11 0 0.81 0.13
HSL 68.38º 0.72% 0.52% -
HSV(B) 68.38º 0.81% 0.87% -
XYZ 49.04 63.62 11.88 -
YUV 193.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 196 221 42 0.11 0 0.81 0.13 68.38 0.72 0.52
Hex C4 DD 2A B 0 51 D 44 48 34
Octal 304 335 52 13 0 121 15 104 110 64
Binary 11000100 11011101 101010 1011 0 1010001 1101 1000100 1001000 110100

Color Harmonies of #C4DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD2A

Black with #C4DD2A

Text Example


Text Example

White with #C4DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD2A; }

 p { color: rgb(196,221,42); }

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

background-color css

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

 a { background-color: rgb(196,221,42); }

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

border-color css

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

 span { border-color: rgb(196,221,42); }

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