Html Css Color HEX #CEF047 Pear

📋 copy color: '#CEF047'

red 206 ◦ green 240 ◦ blue 71

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

Shades of Pear #CEF047

Tints of Pear #CEF047

RGB

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

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

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

R = 39.85%
G = 46.42%
B = 13.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#CEF047 (or 0xCEF047) is known color: Pear. HEX triplet: CE, F0 and 47. RGB value is (206,240,71). Sum of RGB (Red+Green+Blue) = 206+240+71=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF047 is #310FB8. Grayscale: #D3D3D3. Windows color (decimal): -3215289 or 4714702. OLE color: 4714702.

HSL color Cylindrical-coordinate representation of color #CEF047: hue angle of 72.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF047 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 71 -
CMYK 0.14 0 0.70 0.06
HSL 72.07º 0.85% 0.61% -
HSV(B) 72.07º 0.7% 0.94% -
XYZ 57.75 75.9 17.57 -
YUV 210.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 206 240 71 0.14 0 0.70 0.06 72.07 0.85 0.61
Hex CE F0 47 E 0 46 6 48 55 3D
Octal 316 360 107 16 0 106 6 110 125 75
Binary 11001110 11110000 1000111 1110 0 1000110 110 1001000 1010101 111101

Color Harmonies of #CEF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF047

Black with #CEF047

Text Example


Text Example

White with #CEF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF047; }

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

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

background-color css

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

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

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

border-color css

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

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

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