Html Css Color HEX #CEEF2E Pear

📋 copy color: '#CEEF2E'

red 206 ◦ green 239 ◦ blue 46

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

Shades of Pear #CEEF2E

Tints of Pear #CEEF2E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 41.96%
G = 48.68%
B = 9.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#CEEF2E (or 0xCEEF2E) is known color: Pear. HEX triplet: CE, EF and 2E. RGB value is (206,239,46). Sum of RGB (Red+Green+Blue) = 206+239+46=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF2E is #3110D1. Grayscale: #CFCFCF. Windows color (decimal): -3215570 or 3076046. OLE color: 3076046.

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

Color convert

RGB 206 239 46 -
CMYK 0.14 0 0.81 0.06
HSL 70.26º 0.86% 0.56% -
HSV(B) 70.26º 0.81% 0.94% -
XYZ 56.81 75.05 14.08 -
YUV 207.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 206 239 46 0.14 0 0.81 0.06 70.26 0.86 0.56
Hex CE EF 2E E 0 51 6 46 56 38
Octal 316 357 56 16 0 121 6 106 126 70
Binary 11001110 11101111 101110 1110 0 1010001 110 1000110 1010110 111000

Color Harmonies of #CEEF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF2E

Black with #CEEF2E

Text Example


Text Example

White with #CEEF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF2E; }

 p { color: rgb(206,239,46); }

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

background-color css

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

 a { background-color: rgb(206,239,46); }

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

border-color css

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

 span { border-color: rgb(206,239,46); }

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