Html Css Color HEX #CEF827 Pear

📋 copy color: '#CEF827'

red 206 ◦ green 248 ◦ blue 39

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

Shades of Pear #CEF827

Tints of Pear #CEF827

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.3%

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

R = 41.78%
G = 50.3%
B = 7.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CEF827 (or 0xCEF827) is known color: Pear. HEX triplet: CE, F8 and 27. RGB value is (206,248,39). Sum of RGB (Red+Green+Blue) = 206+248+39=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF827 is #3107D8. Grayscale: #D4D4D4. Windows color (decimal): -3213273 or 2619598. OLE color: 2619598.

HSL color Cylindrical-coordinate representation of color #CEF827: hue angle of 72.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF827 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 39 -
CMYK 0.17 0 0.84 0.03
HSL 72.06º 0.94% 0.56% -
HSV(B) 72.06º 0.84% 0.97% -
XYZ 59.39 80.4 14.31 -
YUV 211.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 206 248 39 0.17 0 0.84 0.03 72.06 0.94 0.56
Hex CE F8 27 11 0 54 3 48 5E 38
Octal 316 370 47 21 0 124 3 110 136 70
Binary 11001110 11111000 100111 10001 0 1010100 11 1001000 1011110 111000

Color Harmonies of #CEF827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF827

Black with #CEF827

Text Example


Text Example

White with #CEF827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF827; }

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

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

background-color css

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

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

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

border-color css

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

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

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