Html Css Color HEX #CEED4E Las Palmas

📋 copy color: '#CEED4E'

red 206 ◦ green 237 ◦ blue 78

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

Shades of Las Palmas #CEED4E

Tints of Las Palmas #CEED4E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 39.54%
G = 45.49%
B = 14.97%

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

#CEED4E (or 0xCEED4E) is known color: Las Palmas. HEX triplet: CE, ED and 4E. RGB value is (206,237,78). Sum of RGB (Red+Green+Blue) = 206+237+78=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED4E is #3112B1. Grayscale: #D2D2D2. Windows color (decimal): -3216050 or 5172686. OLE color: 5172686.

HSL color Cylindrical-coordinate representation of color #CEED4E: hue angle of 71.7º degrees, saturation: 0.82, 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 #CEED4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 78 -
CMYK 0.13 0 0.67 0.07
HSL 71.7º 0.82% 0.62% -
HSV(B) 71.7º 0.67% 0.93% -
XYZ 57.11 74.24 18.53 -
YUV 209.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 206 237 78 0.13 0 0.67 0.07 71.7 0.82 0.62
Hex CE ED 4E D 0 43 7 48 52 3E
Octal 316 355 116 15 0 103 7 110 122 76
Binary 11001110 11101101 1001110 1101 0 1000011 111 1001000 1010010 111110

Color Harmonies of #CEED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED4E

Black with #CEED4E

Text Example


Text Example

White with #CEED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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