Html Css Color HEX #CEDD40 Las Palmas

📋 copy color: '#CEDD40'

red 206 ◦ green 221 ◦ blue 64

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

Shades of Las Palmas #CEDD40

Tints of Las Palmas #CEDD40

RGB

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

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

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

R = 41.96%
G = 45.01%
B = 13.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#CEDD40 (or 0xCEDD40) is known color: Las Palmas. HEX triplet: CE, DD and 40. RGB value is (206,221,64). Sum of RGB (Red+Green+Blue) = 206+221+64=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD40 is #3122BF. Grayscale: #C7C7C7. Windows color (decimal): -3220160 or 4251086. OLE color: 4251086.

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

Color convert

RGB 206 221 64 -
CMYK 0.07 0 0.71 0.13
HSL 65.73º 0.7% 0.56% -
HSV(B) 65.73º 0.71% 0.87% -
XYZ 52.24 65.2 14.68 -
YUV 198.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 206 221 64 0.07 0 0.71 0.13 65.73 0.7 0.56
Hex CE DD 40 7 0 47 D 42 46 38
Octal 316 335 100 7 0 107 15 102 106 70
Binary 11001110 11011101 1000000 111 0 1000111 1101 1000010 1000110 111000

Color Harmonies of #CEDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD40

Black with #CEDD40

Text Example


Text Example

White with #CEDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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