Html Css Color HEX #CAD334 Las Palmas

📋 copy color: '#CAD334'

red 202 ◦ green 211 ◦ blue 52

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

Shades of Las Palmas #CAD334

Tints of Las Palmas #CAD334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.18%

R = 43.44%
G = 45.38%
B = 11.18%

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

#CAD334 (or 0xCAD334) is known color: Las Palmas. HEX triplet: CA, D3 and 34. RGB value is (202,211,52). Sum of RGB (Red+Green+Blue) = 202+211+52=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD334 is #352CCB. Grayscale: #BEBEBE. Windows color (decimal): -3484876 or 3462090. OLE color: 3462090.

HSL color Cylindrical-coordinate representation of color #CAD334: hue angle of 63.4º 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 #CAD334 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 52 -
CMYK 0.04 0 0.75 0.17
HSL 63.4º 0.64% 0.52% -
HSV(B) 63.4º 0.75% 0.83% -
XYZ 48.27 59.39 12.17 -
YUV 190.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 202 211 52 0.04 0 0.75 0.17 63.4 0.64 0.52
Hex CA D3 34 4 0 4B 11 3F 40 34
Octal 312 323 64 4 0 113 21 77 100 64
Binary 11001010 11010011 110100 100 0 1001011 10001 111111 1000000 110100

Color Harmonies of #CAD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD334

Black with #CAD334

Text Example


Text Example

White with #CAD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD334; }

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

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

background-color css

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

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

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

border-color css

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

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

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