Html Css Color HEX #CAD748 Las Palmas

📋 copy color: '#CAD748'

red 202 ◦ green 215 ◦ blue 72

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

Shades of Las Palmas #CAD748

Tints of Las Palmas #CAD748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 41.31%
G = 43.97%
B = 14.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#CAD748 (or 0xCAD748) is known color: Las Palmas. HEX triplet: CA, D7 and 48. RGB value is (202,215,72). Sum of RGB (Red+Green+Blue) = 202+215+72=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD748 is #3528B7. Grayscale: #C3C3C3. Windows color (decimal): -3483832 or 4773834. OLE color: 4773834.

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

Color convert

RGB 202 215 72 -
CMYK 0.06 0 0.67 0.16
HSL 65.45º 0.64% 0.56% -
HSV(B) 65.45º 0.67% 0.84% -
XYZ 49.83 61.63 15.4 -
YUV 194.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 202 215 72 0.06 0 0.67 0.16 65.45 0.64 0.56
Hex CA D7 48 6 0 43 10 41 40 38
Octal 312 327 110 6 0 103 20 101 100 70
Binary 11001010 11010111 1001000 110 0 1000011 10000 1000001 1000000 111000

Color Harmonies of #CAD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD748

Black with #CAD748

Text Example


Text Example

White with #CAD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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