Html Css Color HEX #CEF040 Pear

📋 copy color: '#CEF040'

red 206 ◦ green 240 ◦ blue 64

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

Shades of Pear #CEF040

Tints of Pear #CEF040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.55%

R = 40.39%
G = 47.06%
B = 12.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CEF040 (or 0xCEF040) is known color: Pear. HEX triplet: CE, F0 and 40. RGB value is (206,240,64). Sum of RGB (Red+Green+Blue) = 206+240+64=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF040 is #310FBF. Grayscale: #D2D2D2. Windows color (decimal): -3215296 or 4255950. OLE color: 4255950.

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

Color convert

RGB 206 240 64 -
CMYK 0.14 0 0.73 0.06
HSL 71.59º 0.85% 0.6% -
HSV(B) 71.59º 0.73% 0.94% -
XYZ 57.54 75.81 16.45 -
YUV 209.77 45.74 125.31 -
System Red Green Blue C M Y K H S L
Decimal 206 240 64 0.14 0 0.73 0.06 71.59 0.85 0.6
Hex CE F0 40 E 0 49 6 48 55 3C
Octal 316 360 100 16 0 111 6 110 125 74
Binary 11001110 11110000 1000000 1110 0 1001001 110 1001000 1010101 111100

Color Harmonies of #CEF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF040

Black with #CEF040

Text Example


Text Example

White with #CEF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF040; }

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

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

background-color css

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

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

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

border-color css

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

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

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