Html Css Color HEX #CEDD4C Las Palmas

📋 copy color: '#CEDD4C'

red 206 ◦ green 221 ◦ blue 76

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

Shades of Las Palmas #CEDD4C

Tints of Las Palmas #CEDD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 76 (30.08% from 255) = 15.11%

R = 40.95%
G = 43.94%
B = 15.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CEDD4C (or 0xCEDD4C) is known color: Las Palmas. HEX triplet: CE, DD and 4C. RGB value is (206,221,76). Sum of RGB (Red+Green+Blue) = 206+221+76=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD4C is #3122B3. Grayscale: #C8C8C8. Windows color (decimal): -3220148 or 5037518. OLE color: 5037518.

HSL color Cylindrical-coordinate representation of color #CEDD4C: hue angle of 66.21º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEDD4C is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 76 -
CMYK 0.07 0 0.66 0.13
HSL 66.21º 0.68% 0.58% -
HSV(B) 66.21º 0.66% 0.87% -
XYZ 52.61 65.36 16.68 -
YUV 199.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 206 221 76 0.07 0 0.66 0.13 66.21 0.68 0.58
Hex CE DD 4C 7 0 42 D 42 44 3A
Octal 316 335 114 7 0 102 15 102 104 72
Binary 11001110 11011101 1001100 111 0 1000010 1101 1000010 1000100 111010

Color Harmonies of #CEDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD4C

Black with #CEDD4C

Text Example


Text Example

White with #CEDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD4C; }

 p { color: rgb(206,221,76); }

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

background-color css

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

 a { background-color: rgb(206,221,76); }

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

border-color css

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

 span { border-color: rgb(206,221,76); }

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