Html Css Color HEX #CAD84E Las Palmas

📋 copy color: '#CAD84E'

red 202 ◦ green 216 ◦ blue 78

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

Shades of Las Palmas #CAD84E

Tints of Las Palmas #CAD84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.73%

R = 40.73%
G = 43.55%
B = 15.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#CAD84E (or 0xCAD84E) is known color: Las Palmas. HEX triplet: CA, D8 and 4E. RGB value is (202,216,78). Sum of RGB (Red+Green+Blue) = 202+216+78=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD84E is #3527B1. Grayscale: #C4C4C4. Windows color (decimal): -3483570 or 5167306. OLE color: 5167306.

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

Color convert

RGB 202 216 78 -
CMYK 0.06 0 0.64 0.15
HSL 66.09º 0.64% 0.58% -
HSV(B) 66.09º 0.64% 0.85% -
XYZ 50.29 62.22 16.57 -
YUV 196.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 202 216 78 0.06 0 0.64 0.15 66.09 0.64 0.58
Hex CA D8 4E 6 0 40 F 42 40 3A
Octal 312 330 116 6 0 100 17 102 100 72
Binary 11001010 11011000 1001110 110 0 1000000 1111 1000010 1000000 111010

Color Harmonies of #CAD84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD84E

Black with #CAD84E

Text Example


Text Example

White with #CAD84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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