Html Css Color HEX #CEEC4E Las Palmas

📋 copy color: '#CEEC4E'

red 206 ◦ green 236 ◦ blue 78

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

Shades of Las Palmas #CEEC4E

Tints of Las Palmas #CEEC4E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.38%

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

R = 39.62%
G = 45.38%
B = 15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#CEEC4E (or 0xCEEC4E) is known color: Las Palmas. HEX triplet: CE, EC and 4E. RGB value is (206,236,78). Sum of RGB (Red+Green+Blue) = 206+236+78=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC4E is #3113B1. Grayscale: #D1D1D1. Windows color (decimal): -3216306 or 5172430. OLE color: 5172430.

HSL color Cylindrical-coordinate representation of color #CEEC4E: hue angle of 71.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEEC4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 78 -
CMYK 0.13 0 0.67 0.07
HSL 71.39º 0.81% 0.62% -
HSV(B) 71.39º 0.67% 0.93% -
XYZ 56.82 73.66 18.43 -
YUV 209.02 54.06 125.85 -
System Red Green Blue C M Y K H S L
Decimal 206 236 78 0.13 0 0.67 0.07 71.39 0.81 0.62
Hex CE EC 4E D 0 43 7 47 51 3E
Octal 316 354 116 15 0 103 7 107 121 76
Binary 11001110 11101100 1001110 1101 0 1000011 111 1000111 1010001 111110

Color Harmonies of #CEEC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC4E

Black with #CEEC4E

Text Example


Text Example

White with #CEEC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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