Html Css Color HEX #CAD335 Las Palmas

📋 copy color: '#CAD335'

red 202 ◦ green 211 ◦ blue 53

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

Shades of Las Palmas #CAD335

Tints of Las Palmas #CAD335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

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

R = 43.35%
G = 45.28%
B = 11.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CAD335 (or 0xCAD335) is known color: Las Palmas. HEX triplet: CA, D3 and 35. RGB value is (202,211,53). Sum of RGB (Red+Green+Blue) = 202+211+53=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD335 is #352CCA. Grayscale: #BEBEBE. Windows color (decimal): -3484875 or 3527626. OLE color: 3527626.

HSL color Cylindrical-coordinate representation of color #CAD335: hue angle of 63.42º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAD335 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 53 -
CMYK 0.04 0 0.75 0.17
HSL 63.42º 0.64% 0.52% -
HSV(B) 63.42º 0.75% 0.83% -
XYZ 48.29 59.4 12.29 -
YUV 190.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 202 211 53 0.04 0 0.75 0.17 63.42 0.64 0.52
Hex CA D3 35 4 0 4B 11 3F 40 34
Octal 312 323 65 4 0 113 21 77 100 64
Binary 11001010 11010011 110101 100 0 1001011 10001 111111 1000000 110100

Color Harmonies of #CAD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD335

Black with #CAD335

Text Example


Text Example

White with #CAD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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