Html Css Color HEX #CEF227 Pear

📋 copy color: '#CEF227'

red 206 ◦ green 242 ◦ blue 39

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

Shades of Pear #CEF227

Tints of Pear #CEF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.69%

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

R = 42.3%
G = 49.69%
B = 8.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#CEF227 (or 0xCEF227) is known color: Pear. HEX triplet: CE, F2 and 27. RGB value is (206,242,39). Sum of RGB (Red+Green+Blue) = 206+242+39=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF227 is #310DD8. Grayscale: #D0D0D0. Windows color (decimal): -3214809 or 2618062. OLE color: 2618062.

HSL color Cylindrical-coordinate representation of color #CEF227: hue angle of 70.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF227 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 39 -
CMYK 0.15 0 0.84 0.05
HSL 70.64º 0.89% 0.55% -
HSV(B) 70.64º 0.84% 0.95% -
XYZ 57.57 76.77 13.7 -
YUV 208.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 206 242 39 0.15 0 0.84 0.05 70.64 0.89 0.55
Hex CE F2 27 F 0 54 5 47 59 37
Octal 316 362 47 17 0 124 5 107 131 67
Binary 11001110 11110010 100111 1111 0 1010100 101 1000111 1011001 110111

Color Harmonies of #CEF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF227

Black with #CEF227

Text Example


Text Example

White with #CEF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF227; }

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

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

background-color css

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

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

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

border-color css

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

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

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