Html Css Color HEX #CEF649 Pear

📋 copy color: '#CEF649'

red 206 ◦ green 246 ◦ blue 73

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

Shades of Pear #CEF649

Tints of Pear #CEF649

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

 BLUE value IS 73 (28.91% from 255) = 13.9%

R = 39.24%
G = 46.86%
B = 13.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#CEF649 (or 0xCEF649) is known color: Pear. HEX triplet: CE, F6 and 49. RGB value is (206,246,73). Sum of RGB (Red+Green+Blue) = 206+246+73=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF649 is #3109B6. Grayscale: #D6D6D6. Windows color (decimal): -3213751 or 4847310. OLE color: 4847310.

HSL color Cylindrical-coordinate representation of color #CEF649: hue angle of 73.87º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF649 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 73 -
CMYK 0.16 0 0.70 0.04
HSL 73.87º 0.91% 0.63% -
HSV(B) 73.87º 0.7% 0.96% -
XYZ 59.61 79.51 18.51 -
YUV 214.32 48.25 122.07 -
System Red Green Blue C M Y K H S L
Decimal 206 246 73 0.16 0 0.70 0.04 73.87 0.91 0.63
Hex CE F6 49 10 0 46 4 4A 5B 3F
Octal 316 366 111 20 0 106 4 112 133 77
Binary 11001110 11110110 1001001 10000 0 1000110 100 1001010 1011011 111111

Color Harmonies of #CEF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF649

Black with #CEF649

Text Example


Text Example

White with #CEF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF649; }

 p { color: rgb(206,246,73); }

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

background-color css

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

 a { background-color: rgb(206,246,73); }

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

border-color css

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

 span { border-color: rgb(206,246,73); }

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