Html Css Color HEX #C5CC33 Fuego

📋 copy color: '#C5CC33'

red 197 ◦ green 204 ◦ blue 51

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

Shades of Fuego #C5CC33

Tints of Fuego #C5CC33

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 51 (20.31% from 255) = 11.28%

R = 43.58%
G = 45.13%
B = 11.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#C5CC33 (or 0xC5CC33) is known color: Fuego. HEX triplet: C5, CC and 33. RGB value is (197,204,51). Sum of RGB (Red+Green+Blue) = 197+204+51=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC33 is #3A33CC. Grayscale: #B9B9B9. Windows color (decimal): -3814349 or 3394757. OLE color: 3394757.

HSL color Cylindrical-coordinate representation of color #C5CC33: hue angle of 62.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5CC33 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 51 -
CMYK 0.03 0 0.75 0.2
HSL 62.75º 0.6% 0.5% -
HSV(B) 62.75º 0.75% 0.8% -
XYZ 45.22 55.3 11.42 -
YUV 184.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 197 204 51 0.03 0 0.75 0.2 62.75 0.6 0.5
Hex C5 CC 33 3 0 4B 14 3F 3C 32
Octal 305 314 63 3 0 113 24 77 74 62
Binary 11000101 11001100 110011 11 0 1001011 10100 111111 111100 110010

Color Harmonies of #C5CC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC33

Black with #C5CC33

Text Example


Text Example

White with #C5CC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC33; }

 p { color: rgb(197,204,51); }

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

background-color css

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

 a { background-color: rgb(197,204,51); }

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

border-color css

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

 span { border-color: rgb(197,204,51); }

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