Html Css Color HEX #CEDD47 Las Palmas

📋 copy color: '#CEDD47'

red 206 ◦ green 221 ◦ blue 71

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

Shades of Las Palmas #CEDD47

Tints of Las Palmas #CEDD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.26%

R = 41.37%
G = 44.38%
B = 14.26%

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

#CEDD47 (or 0xCEDD47) is known color: Las Palmas. HEX triplet: CE, DD and 47. RGB value is (206,221,71). Sum of RGB (Red+Green+Blue) = 206+221+71=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD47 is #3122B8. Grayscale: #C8C8C8. Windows color (decimal): -3220153 or 4709838. OLE color: 4709838.

HSL color Cylindrical-coordinate representation of color #CEDD47: hue angle of 66º 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 #CEDD47 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 71 -
CMYK 0.07 0 0.68 0.13
HSL 66º 0.69% 0.57% -
HSV(B) 66º 0.68% 0.87% -
XYZ 52.45 65.29 15.8 -
YUV 199.42 55.53 132.7 -
System Red Green Blue C M Y K H S L
Decimal 206 221 71 0.07 0 0.68 0.13 66 0.69 0.57
Hex CE DD 47 7 0 44 D 42 45 39
Octal 316 335 107 7 0 104 15 102 105 71
Binary 11001110 11011101 1000111 111 0 1000100 1101 1000010 1000101 111001

Color Harmonies of #CEDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD47

Black with #CEDD47

Text Example


Text Example

White with #CEDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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