Html Css Color HEX #CEDD48 Las Palmas

📋 copy color: '#CEDD48'

red 206 ◦ green 221 ◦ blue 72

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

Shades of Las Palmas #CEDD48

Tints of Las Palmas #CEDD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.43%

R = 41.28%
G = 44.29%
B = 14.43%

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

#CEDD48 (or 0xCEDD48) is known color: Las Palmas. HEX triplet: CE, DD and 48. RGB value is (206,221,72). Sum of RGB (Red+Green+Blue) = 206+221+72=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD48 is #3122B7. Grayscale: #C8C8C8. Windows color (decimal): -3220152 or 4775374. OLE color: 4775374.

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

Color convert

RGB 206 221 72 -
CMYK 0.07 0 0.67 0.13
HSL 66.04º 0.69% 0.57% -
HSV(B) 66.04º 0.67% 0.87% -
XYZ 52.48 65.3 15.97 -
YUV 199.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 206 221 72 0.07 0 0.67 0.13 66.04 0.69 0.57
Hex CE DD 48 7 0 43 D 42 45 39
Octal 316 335 110 7 0 103 15 102 105 71
Binary 11001110 11011101 1001000 111 0 1000011 1101 1000010 1000101 111001

Color Harmonies of #CEDD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD48

Black with #CEDD48

Text Example


Text Example

White with #CEDD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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