Html Css Color HEX #CEDC46 Las Palmas

📋 copy color: '#CEDC46'

red 206 ◦ green 220 ◦ blue 70

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

Shades of Las Palmas #CEDC46

Tints of Las Palmas #CEDC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

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

R = 41.53%
G = 44.35%
B = 14.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#CEDC46 (or 0xCEDC46) is known color: Las Palmas. HEX triplet: CE, DC and 46. RGB value is (206,220,70). Sum of RGB (Red+Green+Blue) = 206+220+70=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC46 is #3123B9. Grayscale: #C7C7C7. Windows color (decimal): -3220410 or 4644046. OLE color: 4644046.

HSL color Cylindrical-coordinate representation of color #CEDC46: hue angle of 65.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEDC46 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 70 -
CMYK 0.06 0 0.68 0.14
HSL 65.6º 0.68% 0.57% -
HSV(B) 65.6º 0.68% 0.86% -
XYZ 52.15 64.75 15.54 -
YUV 198.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 206 220 70 0.06 0 0.68 0.14 65.6 0.68 0.57
Hex CE DC 46 6 0 44 E 42 44 39
Octal 316 334 106 6 0 104 16 102 104 71
Binary 11001110 11011100 1000110 110 0 1000100 1110 1000010 1000100 111001

Color Harmonies of #CEDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC46

Black with #CEDC46

Text Example


Text Example

White with #CEDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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