Html Css Color HEX #CEF247 Pear

📋 copy color: '#CEF247'

red 206 ◦ green 242 ◦ blue 71

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

Shades of Pear #CEF247

Tints of Pear #CEF247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.68%

R = 39.69%
G = 46.63%
B = 13.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#CEF247 (or 0xCEF247) is known color: Pear. HEX triplet: CE, F2 and 47. RGB value is (206,242,71). Sum of RGB (Red+Green+Blue) = 206+242+71=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF247 is #310DB8. Grayscale: #D4D4D4. Windows color (decimal): -3214777 or 4715214. OLE color: 4715214.

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

Color convert

RGB 206 242 71 -
CMYK 0.15 0 0.71 0.05
HSL 72.63º 0.87% 0.61% -
HSV(B) 72.63º 0.71% 0.95% -
XYZ 58.34 77.08 17.76 -
YUV 211.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 206 242 71 0.15 0 0.71 0.05 72.63 0.87 0.61
Hex CE F2 47 F 0 47 5 49 57 3D
Octal 316 362 107 17 0 107 5 111 127 75
Binary 11001110 11110010 1000111 1111 0 1000111 101 1001001 1010111 111101

Color Harmonies of #CEF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF247

Black with #CEF247

Text Example


Text Example

White with #CEF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF247; }

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

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

background-color css

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

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

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

border-color css

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

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

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