Html Css Color HEX #CED649 Las Palmas

📋 copy color: '#CED649'

red 206 ◦ green 214 ◦ blue 73

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

Shades of Las Palmas #CED649

Tints of Las Palmas #CED649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 41.78%
G = 43.41%
B = 14.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CED649 (or 0xCED649) is known color: Las Palmas. HEX triplet: CE, D6 and 49. RGB value is (206,214,73). Sum of RGB (Red+Green+Blue) = 206+214+73=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #CED649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED649 is #3129B6. Grayscale: #C4C4C4. Windows color (decimal): -3221943 or 4839118. OLE color: 4839118.

HSL color Cylindrical-coordinate representation of color #CED649: hue angle of 63.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED649 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 73 -
CMYK 0.04 0 0.66 0.16
HSL 63.4º 0.63% 0.56% -
HSV(B) 63.4º 0.66% 0.84% -
XYZ 50.7 61.7 15.54 -
YUV 195.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 206 214 73 0.04 0 0.66 0.16 63.4 0.63 0.56
Hex CE D6 49 4 0 42 10 3F 3F 38
Octal 316 326 111 4 0 102 20 77 77 70
Binary 11001110 11010110 1001001 100 0 1000010 10000 111111 111111 111000

Color Harmonies of #CED649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED649

Black with #CED649

Text Example


Text Example

White with #CED649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED649; }

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

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

background-color css

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

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

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

border-color css

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

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

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