Html Css Color HEX #CAD84D Las Palmas

📋 copy color: '#CAD84D'

red 202 ◦ green 216 ◦ blue 77

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

Shades of Las Palmas #CAD84D

Tints of Las Palmas #CAD84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 40.81%
G = 43.64%
B = 15.56%

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

#CAD84D (or 0xCAD84D) is known color: Las Palmas. HEX triplet: CA, D8 and 4D. RGB value is (202,216,77). Sum of RGB (Red+Green+Blue) = 202+216+77=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD84D is #3527B2. Grayscale: #C4C4C4. Windows color (decimal): -3483571 or 5101770. OLE color: 5101770.

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

Color convert

RGB 202 216 77 -
CMYK 0.06 0 0.64 0.15
HSL 66.04º 0.64% 0.57% -
HSV(B) 66.04º 0.64% 0.85% -
XYZ 50.25 62.2 16.38 -
YUV 195.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 202 216 77 0.06 0 0.64 0.15 66.04 0.64 0.57
Hex CA D8 4D 6 0 40 F 42 40 39
Octal 312 330 115 6 0 100 17 102 100 71
Binary 11001010 11011000 1001101 110 0 1000000 1111 1000010 1000000 111001

Color Harmonies of #CAD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD84D

Black with #CAD84D

Text Example


Text Example

White with #CAD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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