Html Css Color HEX #CAD333 Las Palmas

📋 copy color: '#CAD333'

red 202 ◦ green 211 ◦ blue 51

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

Shades of Las Palmas #CAD333

Tints of Las Palmas #CAD333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.99%

R = 43.53%
G = 45.47%
B = 10.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CAD333 (or 0xCAD333) is known color: Las Palmas. HEX triplet: CA, D3 and 33. RGB value is (202,211,51). Sum of RGB (Red+Green+Blue) = 202+211+51=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD333 is #352CCC. Grayscale: #BEBEBE. Windows color (decimal): -3484877 or 3396554. OLE color: 3396554.

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

Color convert

RGB 202 211 51 -
CMYK 0.04 0 0.76 0.17
HSL 63.38º 0.65% 0.51% -
HSV(B) 63.38º 0.76% 0.83% -
XYZ 48.25 59.38 12.05 -
YUV 190.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 202 211 51 0.04 0 0.76 0.17 63.38 0.65 0.51
Hex CA D3 33 4 0 4C 11 3F 41 33
Octal 312 323 63 4 0 114 21 77 101 63
Binary 11001010 11010011 110011 100 0 1001100 10001 111111 1000001 110011

Color Harmonies of #CAD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD333

Black with #CAD333

Text Example


Text Example

White with #CAD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD333; }

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

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

background-color css

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

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

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

border-color css

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

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

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