Html Css Color HEX #CEDC40 Las Palmas

📋 copy color: '#CEDC40'

red 206 ◦ green 220 ◦ blue 64

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

Shades of Las Palmas #CEDC40

Tints of Las Palmas #CEDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 42.04%
G = 44.9%
B = 13.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#CEDC40 (or 0xCEDC40) is known color: Las Palmas. HEX triplet: CE, DC and 40. RGB value is (206,220,64). Sum of RGB (Red+Green+Blue) = 206+220+64=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC40 is #3123BF. Grayscale: #C6C6C6. Windows color (decimal): -3220416 or 4250830. OLE color: 4250830.

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

Color convert

RGB 206 220 64 -
CMYK 0.06 0 0.71 0.14
HSL 65.38º 0.69% 0.56% -
HSV(B) 65.38º 0.71% 0.86% -
XYZ 51.97 64.68 14.6 -
YUV 198.03 52.36 133.68 -
System Red Green Blue C M Y K H S L
Decimal 206 220 64 0.06 0 0.71 0.14 65.38 0.69 0.56
Hex CE DC 40 6 0 47 E 41 45 38
Octal 316 334 100 6 0 107 16 101 105 70
Binary 11001110 11011100 1000000 110 0 1000111 1110 1000001 1000101 111000

Color Harmonies of #CEDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC40

Black with #CEDC40

Text Example


Text Example

White with #CEDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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