Html Css Color HEX #CAD53F Las Palmas

📋 copy color: '#CAD53F'

red 202 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #CAD53F

Tints of Las Palmas #CAD53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.18%

R = 42.26%
G = 44.56%
B = 13.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CAD53F (or 0xCAD53F) is known color: Las Palmas. HEX triplet: CA, D5 and 3F. RGB value is (202,213,63). Sum of RGB (Red+Green+Blue) = 202+213+63=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD53F is #352AC0. Grayscale: #C1C1C1. Windows color (decimal): -3484353 or 4183498. OLE color: 4183498.

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

Color convert

RGB 202 213 63 -
CMYK 0.05 0 0.70 0.16
HSL 64.4º 0.64% 0.54% -
HSV(B) 64.4º 0.7% 0.84% -
XYZ 49.05 60.5 13.8 -
YUV 192.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 202 213 63 0.05 0 0.70 0.16 64.4 0.64 0.54
Hex CA D5 3F 5 0 46 10 40 40 36
Octal 312 325 77 5 0 106 20 100 100 66
Binary 11001010 11010101 111111 101 0 1000110 10000 1000000 1000000 110110

Color Harmonies of #CAD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD53F

Black with #CAD53F

Text Example


Text Example

White with #CAD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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