Html Css Color HEX #CEFC49 Pear

📋 copy color: '#CEFC49'

red 206 ◦ green 252 ◦ blue 73

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

Shades of Pear #CEFC49

Tints of Pear #CEFC49

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

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

R = 38.79%
G = 47.46%
B = 13.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#CEFC49 (or 0xCEFC49) is known color: Pear. HEX triplet: CE, FC and 49. RGB value is (206,252,73). Sum of RGB (Red+Green+Blue) = 206+252+73=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC49 is #3103B6. Grayscale: #DADADA. Windows color (decimal): -3212215 or 4848846. OLE color: 4848846.

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

Color convert

RGB 206 252 73 -
CMYK 0.18 0 0.71 0.01
HSL 75.42º 0.97% 0.64% -
HSV(B) 75.42º 0.71% 0.99% -
XYZ 61.47 83.22 19.13 -
YUV 217.84 46.26 119.55 -
System Red Green Blue C M Y K H S L
Decimal 206 252 73 0.18 0 0.71 0.01 75.42 0.97 0.64
Hex CE FC 49 12 0 47 1 4B 61 40
Octal 316 374 111 22 0 107 1 113 141 100
Binary 11001110 11111100 1001001 10010 0 1000111 1 1001011 1100001 1000000

Color Harmonies of #CEFC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC49

Black with #CEFC49

Text Example


Text Example

White with #CEFC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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