Html Css Color HEX #C5DA28 Fuego

📋 copy color: '#C5DA28'

red 197 ◦ green 218 ◦ blue 40

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

Shades of Fuego #C5DA28

Tints of Fuego #C5DA28

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

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

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 43.3%
G = 47.91%
B = 8.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#C5DA28 (or 0xC5DA28) is known color: Fuego. HEX triplet: C5, DA and 28. RGB value is (197,218,40). Sum of RGB (Red+Green+Blue) = 197+218+40=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA28 is #3A25D7. Grayscale: #C0C0C0. Windows color (decimal): -3810776 or 2677445. OLE color: 2677445.

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

Color convert

RGB 197 218 40 -
CMYK 0.10 0 0.82 0.15
HSL 67.08º 0.71% 0.51% -
HSV(B) 67.08º 0.82% 0.85% -
XYZ 48.48 62.17 11.45 -
YUV 191.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 197 218 40 0.10 0 0.82 0.15 67.08 0.71 0.51
Hex C5 DA 28 A 0 52 F 43 47 33
Octal 305 332 50 12 0 122 17 103 107 63
Binary 11000101 11011010 101000 1010 0 1010010 1111 1000011 1000111 110011

Color Harmonies of #C5DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA28

Black with #C5DA28

Text Example


Text Example

White with #C5DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA28; }

 p { color: rgb(197,218,40); }

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

background-color css

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

 a { background-color: rgb(197,218,40); }

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

border-color css

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

 span { border-color: rgb(197,218,40); }

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