Html Css Color HEX #CEF027 Pear

📋 copy color: '#CEF027'

red 206 ◦ green 240 ◦ blue 39

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

Shades of Pear #CEF027

Tints of Pear #CEF027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.04%

R = 42.47%
G = 49.48%
B = 8.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#CEF027 (or 0xCEF027) is known color: Pear. HEX triplet: CE, F0 and 27. RGB value is (206,240,39). Sum of RGB (Red+Green+Blue) = 206+240+39=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF027 is #310FD8. Grayscale: #CFCFCF. Windows color (decimal): -3215321 or 2617550. OLE color: 2617550.

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

Color convert

RGB 206 240 39 -
CMYK 0.14 0 0.84 0.06
HSL 70.15º 0.87% 0.55% -
HSV(B) 70.15º 0.84% 0.94% -
XYZ 56.98 75.59 13.51 -
YUV 206.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 206 240 39 0.14 0 0.84 0.06 70.15 0.87 0.55
Hex CE F0 27 E 0 54 6 46 57 37
Octal 316 360 47 16 0 124 6 106 127 67
Binary 11001110 11110000 100111 1110 0 1010100 110 1000110 1010111 110111

Color Harmonies of #CEF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF027

Black with #CEF027

Text Example


Text Example

White with #CEF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF027; }

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

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

background-color css

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

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

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

border-color css

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

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

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