Html Css Color HEX #C5CD33 Fuego

📋 copy color: '#C5CD33'

red 197 ◦ green 205 ◦ blue 51

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

Shades of Fuego #C5CD33

Tints of Fuego #C5CD33

RGB

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

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

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

R = 43.49%
G = 45.25%
B = 11.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#C5CD33 (or 0xC5CD33) is known color: Fuego. HEX triplet: C5, CD and 33. RGB value is (197,205,51). Sum of RGB (Red+Green+Blue) = 197+205+51=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD33 is #3A32CC. Grayscale: #B9B9B9. Windows color (decimal): -3814093 or 3395013. OLE color: 3395013.

HSL color Cylindrical-coordinate representation of color #C5CD33: hue angle of 63.12º degrees, saturation: 0.61, 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 #C5CD33 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 51 -
CMYK 0.04 0 0.75 0.20
HSL 63.12º 0.61% 0.5% -
HSV(B) 63.12º 0.75% 0.8% -
XYZ 45.45 55.77 11.5 -
YUV 185.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 197 205 51 0.04 0 0.75 0.20 63.12 0.61 0.5
Hex C5 CD 33 4 0 4B 14 3F 3D 32
Octal 305 315 63 4 0 113 24 77 75 62
Binary 11000101 11001101 110011 100 0 1001011 10100 111111 111101 110010

Color Harmonies of #C5CD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD33

Black with #C5CD33

Text Example


Text Example

White with #C5CD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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