Html Css Color HEX #CADB40 Las Palmas

📋 copy color: '#CADB40'

red 202 ◦ green 219 ◦ blue 64

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

Shades of Las Palmas #CADB40

Tints of Las Palmas #CADB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 41.65%
G = 45.15%
B = 13.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#CADB40 (or 0xCADB40) is known color: Las Palmas. HEX triplet: CA, DB and 40. RGB value is (202,219,64). Sum of RGB (Red+Green+Blue) = 202+219+64=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB40 is #3524BF. Grayscale: #C4C4C4. Windows color (decimal): -3482816 or 4250570. OLE color: 4250570.

HSL color Cylindrical-coordinate representation of color #CADB40: hue angle of 66.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CADB40 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 64 -
CMYK 0.08 0 0.71 0.14
HSL 66.58º 0.68% 0.55% -
HSV(B) 66.58º 0.71% 0.86% -
XYZ 50.61 63.59 14.46 -
YUV 196.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 202 219 64 0.08 0 0.71 0.14 66.58 0.68 0.55
Hex CA DB 40 8 0 47 E 43 44 37
Octal 312 333 100 10 0 107 16 103 104 67
Binary 11001010 11011011 1000000 1000 0 1000111 1110 1000011 1000100 110111

Color Harmonies of #CADB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB40

Black with #CADB40

Text Example


Text Example

White with #CADB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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