Html Css Color HEX #CEDD46 Las Palmas

📋 copy color: '#CEDD46'

red 206 ◦ green 221 ◦ blue 70

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

Shades of Las Palmas #CEDD46

Tints of Las Palmas #CEDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 41.45%
G = 44.47%
B = 14.08%

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

#CEDD46 (or 0xCEDD46) is known color: Las Palmas. HEX triplet: CE, DD and 46. RGB value is (206,221,70). Sum of RGB (Red+Green+Blue) = 206+221+70=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD46 is #3122B9. Grayscale: #C7C7C7. Windows color (decimal): -3220154 or 4644302. OLE color: 4644302.

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

Color convert

RGB 206 221 70 -
CMYK 0.07 0 0.68 0.13
HSL 65.96º 0.69% 0.57% -
HSV(B) 65.96º 0.68% 0.87% -
XYZ 52.42 65.28 15.63 -
YUV 199.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 206 221 70 0.07 0 0.68 0.13 65.96 0.69 0.57
Hex CE DD 46 7 0 44 D 42 45 39
Octal 316 335 106 7 0 104 15 102 105 71
Binary 11001110 11011101 1000110 111 0 1000100 1101 1000010 1000101 111001

Color Harmonies of #CEDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD46

Black with #CEDD46

Text Example


Text Example

White with #CEDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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