Html Css Color HEX #CAD530 Fuego

📋 copy color: '#CAD530'

red 202 ◦ green 213 ◦ blue 48

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

Shades of Fuego #CAD530

Tints of Fuego #CAD530

RGB

 RED value IS 202 (79.3% from 255) = 43.63%

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 43.63%
G = 46%
B = 10.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CAD530 (or 0xCAD530) is known color: Fuego. HEX triplet: CA, D5 and 30. RGB value is (202,213,48). Sum of RGB (Red+Green+Blue) = 202+213+48=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD530 is #352ACF. Grayscale: #BFBFBF. Windows color (decimal): -3484368 or 3200458. OLE color: 3200458.

HSL color Cylindrical-coordinate representation of color #CAD530: hue angle of 64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAD530 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 48 -
CMYK 0.05 0 0.77 0.16
HSL 64º 0.66% 0.51% -
HSV(B) 64º 0.77% 0.84% -
XYZ 48.68 60.36 11.88 -
YUV 190.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 202 213 48 0.05 0 0.77 0.16 64 0.66 0.51
Hex CA D5 30 5 0 4D 10 40 42 33
Octal 312 325 60 5 0 115 20 100 102 63
Binary 11001010 11010101 110000 101 0 1001101 10000 1000000 1000010 110011

Color Harmonies of #CAD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD530

Black with #CAD530

Text Example


Text Example

White with #CAD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD530; }

 p { color: rgb(202,213,48); }

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

background-color css

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

 a { background-color: rgb(202,213,48); }

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

border-color css

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

 span { border-color: rgb(202,213,48); }

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