Html Css Color HEX #CAD841 Las Palmas

📋 copy color: '#CAD841'

red 202 ◦ green 216 ◦ blue 65

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

Shades of Las Palmas #CAD841

Tints of Las Palmas #CAD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.72%

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

R = 41.82%
G = 44.72%
B = 13.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#CAD841 (or 0xCAD841) is known color: Las Palmas. HEX triplet: CA, D8 and 41. RGB value is (202,216,65). Sum of RGB (Red+Green+Blue) = 202+216+65=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD841 is #3527BE. Grayscale: #C3C3C3. Windows color (decimal): -3483583 or 4315338. OLE color: 4315338.

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

Color convert

RGB 202 216 65 -
CMYK 0.06 0 0.70 0.15
HSL 65.56º 0.66% 0.55% -
HSV(B) 65.56º 0.7% 0.85% -
XYZ 49.87 62.05 14.35 -
YUV 194.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 202 216 65 0.06 0 0.70 0.15 65.56 0.66 0.55
Hex CA D8 41 6 0 46 F 42 42 37
Octal 312 330 101 6 0 106 17 102 102 67
Binary 11001010 11011000 1000001 110 0 1000110 1111 1000010 1000010 110111

Color Harmonies of #CAD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD841

Black with #CAD841

Text Example


Text Example

White with #CAD841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD841; }

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

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

background-color css

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

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

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

border-color css

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

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

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