Html Css Color HEX #CEDC4E Las Palmas

📋 copy color: '#CEDC4E'

red 206 ◦ green 220 ◦ blue 78

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

Shades of Las Palmas #CEDC4E

Tints of Las Palmas #CEDC4E

RGB

 RED value IS 206 (80.86% from 255) = 40.87%

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 40.87%
G = 43.65%
B = 15.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#CEDC4E (or 0xCEDC4E) is known color: Las Palmas. HEX triplet: CE, DC and 4E. RGB value is (206,220,78). Sum of RGB (Red+Green+Blue) = 206+220+78=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC4E is #3123B1. Grayscale: #C8C8C8. Windows color (decimal): -3220402 or 5168334. OLE color: 5168334.

HSL color Cylindrical-coordinate representation of color #CEDC4E: hue angle of 65.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEDC4E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 78 -
CMYK 0.06 0 0.65 0.14
HSL 65.92º 0.67% 0.58% -
HSV(B) 65.92º 0.65% 0.86% -
XYZ 52.42 64.86 16.96 -
YUV 199.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 206 220 78 0.06 0 0.65 0.14 65.92 0.67 0.58
Hex CE DC 4E 6 0 41 E 42 43 3A
Octal 316 334 116 6 0 101 16 102 103 72
Binary 11001110 11011100 1001110 110 0 1000001 1110 1000010 1000011 111010

Color Harmonies of #CEDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC4E

Black with #CEDC4E

Text Example


Text Example

White with #CEDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC4E; }

 p { color: rgb(206,220,78); }

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

background-color css

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

 a { background-color: rgb(206,220,78); }

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

border-color css

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

 span { border-color: rgb(206,220,78); }

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