Html Css Color HEX #CAD535 Las Palmas

📋 copy color: '#CAD535'

red 202 ◦ green 213 ◦ blue 53

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

Shades of Las Palmas #CAD535

Tints of Las Palmas #CAD535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 43.16%
G = 45.51%
B = 11.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CAD535 (or 0xCAD535) is known color: Las Palmas. HEX triplet: CA, D5 and 35. RGB value is (202,213,53). Sum of RGB (Red+Green+Blue) = 202+213+53=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD535 is #352ACA. Grayscale: #C0C0C0. Windows color (decimal): -3484363 or 3528138. OLE color: 3528138.

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

Color convert

RGB 202 213 53 -
CMYK 0.05 0 0.75 0.16
HSL 64.13º 0.66% 0.52% -
HSV(B) 64.13º 0.75% 0.84% -
XYZ 48.79 60.4 12.46 -
YUV 191.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 202 213 53 0.05 0 0.75 0.16 64.13 0.66 0.52
Hex CA D5 35 5 0 4B 10 40 42 34
Octal 312 325 65 5 0 113 20 100 102 64
Binary 11001010 11010101 110101 101 0 1001011 10000 1000000 1000010 110100

Color Harmonies of #CAD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD535

Black with #CAD535

Text Example


Text Example

White with #CAD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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