Html Css Color HEX #CAD740 Las Palmas

📋 copy color: '#CAD740'

red 202 ◦ green 215 ◦ blue 64

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

Shades of Las Palmas #CAD740

Tints of Las Palmas #CAD740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 42%
G = 44.7%
B = 13.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CAD740 (or 0xCAD740) is known color: Las Palmas. HEX triplet: CA, D7 and 40. RGB value is (202,215,64). Sum of RGB (Red+Green+Blue) = 202+215+64=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD740 is #3528BF. Grayscale: #C2C2C2. Windows color (decimal): -3483840 or 4249546. OLE color: 4249546.

HSL color Cylindrical-coordinate representation of color #CAD740: hue angle of 65.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAD740 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 215 64 -
CMYK 0.06 0 0.70 0.16
HSL 65.17º 0.65% 0.55% -
HSV(B) 65.17º 0.7% 0.84% -
XYZ 49.58 61.53 14.11 -
YUV 193.9 54.69 133.78 -
System Red Green Blue C M Y K H S L
Decimal 202 215 64 0.06 0 0.70 0.16 65.17 0.65 0.55
Hex CA D7 40 6 0 46 10 41 41 37
Octal 312 327 100 6 0 106 20 101 101 67
Binary 11001010 11010111 1000000 110 0 1000110 10000 1000001 1000001 110111

Color Harmonies of #CAD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD740

Black with #CAD740

Text Example


Text Example

White with #CAD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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