Html Css Color HEX #C5CD30 Fuego

📋 copy color: '#C5CD30'

red 197 ◦ green 205 ◦ blue 48

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

Shades of Fuego #C5CD30

Tints of Fuego #C5CD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 43.78%
G = 45.56%
B = 10.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#C5CD30 (or 0xC5CD30) is known color: Fuego. HEX triplet: C5, CD and 30. RGB value is (197,205,48). Sum of RGB (Red+Green+Blue) = 197+205+48=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD30 is #3A32CF. Grayscale: #B9B9B9. Windows color (decimal): -3814096 or 3198405. OLE color: 3198405.

HSL color Cylindrical-coordinate representation of color #C5CD30: hue angle of 63.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5CD30 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 48 -
CMYK 0.04 0 0.77 0.20
HSL 63.06º 0.62% 0.5% -
HSV(B) 63.06º 0.77% 0.8% -
XYZ 45.39 55.75 11.16 -
YUV 184.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 197 205 48 0.04 0 0.77 0.20 63.06 0.62 0.5
Hex C5 CD 30 4 0 4D 14 3F 3E 32
Octal 305 315 60 4 0 115 24 77 76 62
Binary 11000101 11001101 110000 100 0 1001101 10100 111111 111110 110010

Color Harmonies of #C5CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD30

Black with #C5CD30

Text Example


Text Example

White with #C5CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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