Html Css Color HEX #C5DB25 Fuego

📋 copy color: '#C5DB25'

red 197 ◦ green 219 ◦ blue 37

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

Shades of Fuego #C5DB25

Tints of Fuego #C5DB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 43.49%
G = 48.34%
B = 8.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#C5DB25 (or 0xC5DB25) is known color: Fuego. HEX triplet: C5, DB and 25. RGB value is (197,219,37). Sum of RGB (Red+Green+Blue) = 197+219+37=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB25 is #3A24DA. Grayscale: #C0C0C0. Windows color (decimal): -3810523 or 2481093. OLE color: 2481093.

HSL color Cylindrical-coordinate representation of color #C5DB25: hue angle of 67.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5DB25 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 37 -
CMYK 0.10 0 0.83 0.14
HSL 67.25º 0.72% 0.5% -
HSV(B) 67.25º 0.83% 0.86% -
XYZ 48.69 62.67 11.28 -
YUV 191.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 197 219 37 0.10 0 0.83 0.14 67.25 0.72 0.5
Hex C5 DB 25 A 0 53 E 43 48 32
Octal 305 333 45 12 0 123 16 103 110 62
Binary 11000101 11011011 100101 1010 0 1010011 1110 1000011 1001000 110010

Color Harmonies of #C5DB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB25

Black with #C5DB25

Text Example


Text Example

White with #C5DB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB25; }

 p { color: rgb(197,219,37); }

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

background-color css

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

 a { background-color: rgb(197,219,37); }

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

border-color css

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

 span { border-color: rgb(197,219,37); }

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