Html Css Color HEX #CAD534 Las Palmas

📋 copy color: '#CAD534'

red 202 ◦ green 213 ◦ blue 52

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

Shades of Las Palmas #CAD534

Tints of Las Palmas #CAD534

RGB

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

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

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

R = 43.25%
G = 45.61%
B = 11.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CAD534 (or 0xCAD534) is known color: Las Palmas. HEX triplet: CA, D5 and 34. RGB value is (202,213,52). Sum of RGB (Red+Green+Blue) = 202+213+52=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD534 is #352ACB. Grayscale: #BFBFBF. Windows color (decimal): -3484364 or 3462602. OLE color: 3462602.

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

Color convert

RGB 202 213 52 -
CMYK 0.05 0 0.76 0.16
HSL 64.1º 0.66% 0.52% -
HSV(B) 64.1º 0.76% 0.84% -
XYZ 48.77 60.39 12.34 -
YUV 191.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 202 213 52 0.05 0 0.76 0.16 64.1 0.66 0.52
Hex CA D5 34 5 0 4C 10 40 42 34
Octal 312 325 64 5 0 114 20 100 102 64
Binary 11001010 11010101 110100 101 0 1001100 10000 1000000 1000010 110100

Color Harmonies of #CAD534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD534

Black with #CAD534

Text Example


Text Example

White with #CAD534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD534; }

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

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

background-color css

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

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

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

border-color css

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

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

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