Html Css Color HEX #CADB41 Las Palmas

📋 copy color: '#CADB41'

red 202 ◦ green 219 ◦ blue 65

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

Shades of Las Palmas #CADB41

Tints of Las Palmas #CADB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.37%

R = 41.56%
G = 45.06%
B = 13.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#CADB41 (or 0xCADB41) is known color: Las Palmas. HEX triplet: CA, DB and 41. RGB value is (202,219,65). Sum of RGB (Red+Green+Blue) = 202+219+65=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB41 is #3524BE. Grayscale: #C4C4C4. Windows color (decimal): -3482815 or 4316106. OLE color: 4316106.

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

Color convert

RGB 202 219 65 -
CMYK 0.08 0 0.70 0.14
HSL 66.62º 0.68% 0.56% -
HSV(B) 66.62º 0.7% 0.86% -
XYZ 50.64 63.6 14.61 -
YUV 196.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 202 219 65 0.08 0 0.70 0.14 66.62 0.68 0.56
Hex CA DB 41 8 0 46 E 43 44 38
Octal 312 333 101 10 0 106 16 103 104 70
Binary 11001010 11011011 1000001 1000 0 1000110 1110 1000011 1000100 111000

Color Harmonies of #CADB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB41

Black with #CADB41

Text Example


Text Example

White with #CADB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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