Html Css Color HEX #CEF036 Pear

📋 copy color: '#CEF036'

red 206 ◦ green 240 ◦ blue 54

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

Shades of Pear #CEF036

Tints of Pear #CEF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 54 (21.48% from 255) = 10.8%

R = 41.2%
G = 48%
B = 10.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#CEF036 (or 0xCEF036) is known color: Pear. HEX triplet: CE, F0 and 36. RGB value is (206,240,54). Sum of RGB (Red+Green+Blue) = 206+240+54=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF036 is #310FC9. Grayscale: #D1D1D1. Windows color (decimal): -3215306 or 3600590. OLE color: 3600590.

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

Color convert

RGB 206 240 54 -
CMYK 0.14 0 0.78 0.06
HSL 70.97º 0.86% 0.58% -
HSV(B) 70.97º 0.78% 0.94% -
XYZ 57.28 75.71 15.08 -
YUV 208.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 206 240 54 0.14 0 0.78 0.06 70.97 0.86 0.58
Hex CE F0 36 E 0 4E 6 47 56 3A
Octal 316 360 66 16 0 116 6 107 126 72
Binary 11001110 11110000 110110 1110 0 1001110 110 1000111 1010110 111010

Color Harmonies of #CEF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF036

Black with #CEF036

Text Example


Text Example

White with #CEF036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF036; }

 p { color: rgb(206,240,54); }

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

background-color css

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

 a { background-color: rgb(206,240,54); }

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

border-color css

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

 span { border-color: rgb(206,240,54); }

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