Html Css Color HEX #CEED46 Pear

📋 copy color: '#CEED46'

red 206 ◦ green 237 ◦ blue 70

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

Shades of Pear #CEED46

Tints of Pear #CEED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

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

R = 40.16%
G = 46.2%
B = 13.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#CEED46 (or 0xCEED46) is known color: Pear. HEX triplet: CE, ED and 46. RGB value is (206,237,70). Sum of RGB (Red+Green+Blue) = 206+237+70=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED46 is #3112B9. Grayscale: #D1D1D1. Windows color (decimal): -3216058 or 4648398. OLE color: 4648398.

HSL color Cylindrical-coordinate representation of color #CEED46: hue angle of 71.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEED46 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 70 -
CMYK 0.13 0 0.70 0.07
HSL 71.14º 0.82% 0.6% -
HSV(B) 71.14º 0.7% 0.93% -
XYZ 56.84 74.13 17.11 -
YUV 208.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 206 237 70 0.13 0 0.70 0.07 71.14 0.82 0.6
Hex CE ED 46 D 0 46 7 47 52 3C
Octal 316 355 106 15 0 106 7 107 122 74
Binary 11001110 11101101 1000110 1101 0 1000110 111 1000111 1010010 111100

Color Harmonies of #CEED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED46

Black with #CEED46

Text Example


Text Example

White with #CEED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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