Html Css Color HEX #CEF049 Pear

📋 copy color: '#CEF049'

red 206 ◦ green 240 ◦ blue 73

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

Shades of Pear #CEF049

Tints of Pear #CEF049

RGB

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

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

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

R = 39.69%
G = 46.24%
B = 14.07%

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

#CEF049 (or 0xCEF049) is known color: Pear. HEX triplet: CE, F0 and 49. RGB value is (206,240,73). Sum of RGB (Red+Green+Blue) = 206+240+73=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF049 is #310FB6. Grayscale: #D3D3D3. Windows color (decimal): -3215287 or 4845774. OLE color: 4845774.

HSL color Cylindrical-coordinate representation of color #CEF049: hue angle of 72.22º 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 #CEF049 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 73 -
CMYK 0.14 0 0.70 0.06
HSL 72.22º 0.85% 0.61% -
HSV(B) 72.22º 0.7% 0.94% -
XYZ 57.82 75.92 17.91 -
YUV 210.8 50.24 124.58 -
System Red Green Blue C M Y K H S L
Decimal 206 240 73 0.14 0 0.70 0.06 72.22 0.85 0.61
Hex CE F0 49 E 0 46 6 48 55 3D
Octal 316 360 111 16 0 106 6 110 125 75
Binary 11001110 11110000 1001001 1110 0 1000110 110 1001000 1010101 111101

Color Harmonies of #CEF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF049

Black with #CEF049

Text Example


Text Example

White with #CEF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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