Html Css Color HEX #CEDD49 Las Palmas

📋 copy color: '#CEDD49'

red 206 ◦ green 221 ◦ blue 73

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

Shades of Las Palmas #CEDD49

Tints of Las Palmas #CEDD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.6%

R = 41.2%
G = 44.2%
B = 14.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CEDD49 (or 0xCEDD49) is known color: Las Palmas. HEX triplet: CE, DD and 49. RGB value is (206,221,73). Sum of RGB (Red+Green+Blue) = 206+221+73=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD49 is #3122B6. Grayscale: #C8C8C8. Windows color (decimal): -3220151 or 4840910. OLE color: 4840910.

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

Color convert

RGB 206 221 73 -
CMYK 0.07 0 0.67 0.13
HSL 66.08º 0.69% 0.58% -
HSV(B) 66.08º 0.67% 0.87% -
XYZ 52.51 65.32 16.14 -
YUV 199.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 206 221 73 0.07 0 0.67 0.13 66.08 0.69 0.58
Hex CE DD 49 7 0 43 D 42 45 3A
Octal 316 335 111 7 0 103 15 102 105 72
Binary 11001110 11011101 1001001 111 0 1000011 1101 1000010 1000101 111010

Color Harmonies of #CEDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD49

Black with #CEDD49

Text Example


Text Example

White with #CEDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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