Html Css Color HEX #CED849 Las Palmas

📋 copy color: '#CED849'

red 206 ◦ green 216 ◦ blue 73

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

Shades of Las Palmas #CED849

Tints of Las Palmas #CED849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

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

R = 41.62%
G = 43.64%
B = 14.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CED849 (or 0xCED849) is known color: Las Palmas. HEX triplet: CE, D8 and 49. RGB value is (206,216,73). Sum of RGB (Red+Green+Blue) = 206+216+73=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #CED849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED849 is #3127B6. Grayscale: #C5C5C5. Windows color (decimal): -3221431 or 4839630. OLE color: 4839630.

HSL color Cylindrical-coordinate representation of color #CED849: hue angle of 64.2º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED849 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 73 -
CMYK 0.05 0 0.66 0.15
HSL 64.2º 0.65% 0.57% -
HSV(B) 64.2º 0.66% 0.85% -
XYZ 51.21 62.71 15.71 -
YUV 196.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 206 216 73 0.05 0 0.66 0.15 64.2 0.65 0.57
Hex CE D8 49 5 0 42 F 40 41 39
Octal 316 330 111 5 0 102 17 100 101 71
Binary 11001110 11011000 1001001 101 0 1000010 1111 1000000 1000001 111001

Color Harmonies of #CED849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED849

Black with #CED849

Text Example


Text Example

White with #CED849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED849; }

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

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

background-color css

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

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

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

border-color css

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

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

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