Html Css Color HEX #CAD548 Las Palmas

📋 copy color: '#CAD548'

red 202 ◦ green 213 ◦ blue 72

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

Shades of Las Palmas #CAD548

Tints of Las Palmas #CAD548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 41.48%
G = 43.74%
B = 14.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CAD548 (or 0xCAD548) is known color: Las Palmas. HEX triplet: CA, D5 and 48. RGB value is (202,213,72). Sum of RGB (Red+Green+Blue) = 202+213+72=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD548 is #352AB7. Grayscale: #C2C2C2. Windows color (decimal): -3484344 or 4773322. OLE color: 4773322.

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

Color convert

RGB 202 213 72 -
CMYK 0.05 0 0.66 0.16
HSL 64.68º 0.63% 0.56% -
HSV(B) 64.68º 0.66% 0.84% -
XYZ 49.32 60.61 15.23 -
YUV 193.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 202 213 72 0.05 0 0.66 0.16 64.68 0.63 0.56
Hex CA D5 48 5 0 42 10 41 3F 38
Octal 312 325 110 5 0 102 20 101 77 70
Binary 11001010 11010101 1001000 101 0 1000010 10000 1000001 111111 111000

Color Harmonies of #CAD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD548

Black with #CAD548

Text Example


Text Example

White with #CAD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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