Html Css Color HEX #CEFE49 Pear

📋 copy color: '#CEFE49'

red 206 ◦ green 254 ◦ blue 73

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

Shades of Pear #CEFE49

Tints of Pear #CEFE49

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.65%

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

R = 38.65%
G = 47.65%
B = 13.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#CEFE49 (or 0xCEFE49) is known color: Pear. HEX triplet: CE, FE and 49. RGB value is (206,254,73). Sum of RGB (Red+Green+Blue) = 206+254+73=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE49 is #3101B6. Grayscale: #DBDBDB. Windows color (decimal): -3211703 or 4849358. OLE color: 4849358.

HSL color Cylindrical-coordinate representation of color #CEFE49: hue angle of 75.91º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEFE49 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 73 -
CMYK 0.19 0 0.71 0.00
HSL 75.91º 0.99% 0.64% -
HSV(B) 75.91º 0.71% 1% -
XYZ 62.1 84.49 19.34 -
YUV 219.01 45.6 118.72 -
System Red Green Blue C M Y K H S L
Decimal 206 254 73 0.19 0 0.71 0.00 75.91 0.99 0.64
Hex CE FE 49 13 0 47 0 4C 63 40
Octal 316 376 111 23 0 107 0 114 143 100
Binary 11001110 11111110 1001001 10011 0 1000111 0 1001100 1100011 1000000

Color Harmonies of #CEFE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE49

Black with #CEFE49

Text Example


Text Example

White with #CEFE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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