Html Css Color HEX #CAD53C Las Palmas

📋 copy color: '#CAD53C'

red 202 ◦ green 213 ◦ blue 60

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

Shades of Las Palmas #CAD53C

Tints of Las Palmas #CAD53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 42.53%
G = 44.84%
B = 12.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CAD53C (or 0xCAD53C) is known color: Las Palmas. HEX triplet: CA, D5 and 3C. RGB value is (202,213,60). Sum of RGB (Red+Green+Blue) = 202+213+60=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD53C is #352AC3. Grayscale: #C0C0C0. Windows color (decimal): -3484356 or 3986890. OLE color: 3986890.

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

Color convert

RGB 202 213 60 -
CMYK 0.05 0 0.72 0.16
HSL 64.31º 0.65% 0.54% -
HSV(B) 64.31º 0.72% 0.84% -
XYZ 48.97 60.47 13.37 -
YUV 192.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 202 213 60 0.05 0 0.72 0.16 64.31 0.65 0.54
Hex CA D5 3C 5 0 48 10 40 41 36
Octal 312 325 74 5 0 110 20 100 101 66
Binary 11001010 11010101 111100 101 0 1001000 10000 1000000 1000001 110110

Color Harmonies of #CAD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD53C

Black with #CAD53C

Text Example


Text Example

White with #CAD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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