Html Css Color HEX #CEF028 Pear

📋 copy color: '#CEF028'

red 206 ◦ green 240 ◦ blue 40

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

Shades of Pear #CEF028

Tints of Pear #CEF028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 42.39%
G = 49.38%
B = 8.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CEF028 (or 0xCEF028) is known color: Pear. HEX triplet: CE, F0 and 28. RGB value is (206,240,40). Sum of RGB (Red+Green+Blue) = 206+240+40=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF028 is #310FD7. Grayscale: #CFCFCF. Windows color (decimal): -3215320 or 2683086. OLE color: 2683086.

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

Color convert

RGB 206 240 40 -
CMYK 0.14 0 0.83 0.06
HSL 70.2º 0.87% 0.55% -
HSV(B) 70.2º 0.83% 0.94% -
XYZ 57 75.6 13.59 -
YUV 207.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 206 240 40 0.14 0 0.83 0.06 70.2 0.87 0.55
Hex CE F0 28 E 0 53 6 46 57 37
Octal 316 360 50 16 0 123 6 106 127 67
Binary 11001110 11110000 101000 1110 0 1010011 110 1000110 1010111 110111

Color Harmonies of #CEF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF028

Black with #CEF028

Text Example


Text Example

White with #CEF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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