Html Css Color HEX #CEDC4F Las Palmas

📋 copy color: '#CEDC4F'

red 206 ◦ green 220 ◦ blue 79

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

Shades of Las Palmas #CEDC4F

Tints of Las Palmas #CEDC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.64%

R = 40.79%
G = 43.56%
B = 15.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#CEDC4F (or 0xCEDC4F) is known color: Las Palmas. HEX triplet: CE, DC and 4F. RGB value is (206,220,79). Sum of RGB (Red+Green+Blue) = 206+220+79=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC4F is #3123B0. Grayscale: #C8C8C8. Windows color (decimal): -3220401 or 5233870. OLE color: 5233870.

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

Color convert

RGB 206 220 79 -
CMYK 0.06 0 0.64 0.14
HSL 65.96º 0.67% 0.59% -
HSV(B) 65.96º 0.64% 0.86% -
XYZ 52.46 64.87 17.15 -
YUV 199.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 206 220 79 0.06 0 0.64 0.14 65.96 0.67 0.59
Hex CE DC 4F 6 0 40 E 42 43 3B
Octal 316 334 117 6 0 100 16 102 103 73
Binary 11001110 11011100 1001111 110 0 1000000 1110 1000010 1000011 111011

Color Harmonies of #CEDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC4F

Black with #CEDC4F

Text Example


Text Example

White with #CEDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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