Html Css Color HEX #CEDE48 Las Palmas

📋 copy color: '#CEDE48'

red 206 ◦ green 222 ◦ blue 72

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

Shades of Las Palmas #CEDE48

Tints of Las Palmas #CEDE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 41.2%
G = 44.4%
B = 14.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#CEDE48 (or 0xCEDE48) is known color: Las Palmas. HEX triplet: CE, DE and 48. RGB value is (206,222,72). Sum of RGB (Red+Green+Blue) = 206+222+72=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE48 is #3121B7. Grayscale: #C8C8C8. Windows color (decimal): -3219896 or 4775630. OLE color: 4775630.

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

Color convert

RGB 206 222 72 -
CMYK 0.07 0 0.68 0.13
HSL 66.4º 0.69% 0.58% -
HSV(B) 66.4º 0.68% 0.87% -
XYZ 52.74 65.83 16.06 -
YUV 200.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 206 222 72 0.07 0 0.68 0.13 66.4 0.69 0.58
Hex CE DE 48 7 0 44 D 42 45 3A
Octal 316 336 110 7 0 104 15 102 105 72
Binary 11001110 11011110 1001000 111 0 1000100 1101 1000010 1000101 111010

Color Harmonies of #CEDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE48

Black with #CEDE48

Text Example


Text Example

White with #CEDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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