Html Css Color HEX #CEFD49 Pear

📋 copy color: '#CEFD49'

red 206 ◦ green 253 ◦ blue 73

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

Shades of Pear #CEFD49

Tints of Pear #CEFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.56%

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

R = 38.72%
G = 47.56%
B = 13.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#CEFD49 (or 0xCEFD49) is known color: Pear. HEX triplet: CE, FD and 49. RGB value is (206,253,73). Sum of RGB (Red+Green+Blue) = 206+253+73=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD49 is #3102B6. Grayscale: #DBDBDB. Windows color (decimal): -3211959 or 4849102. OLE color: 4849102.

HSL color Cylindrical-coordinate representation of color #CEFD49: hue angle of 75.67º degrees, saturation: 0.98, 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 #CEFD49 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 73 -
CMYK 0.19 0 0.71 0.01
HSL 75.67º 0.98% 0.64% -
HSV(B) 75.67º 0.71% 0.99% -
XYZ 61.78 83.85 19.23 -
YUV 218.43 45.93 119.14 -
System Red Green Blue C M Y K H S L
Decimal 206 253 73 0.19 0 0.71 0.01 75.67 0.98 0.64
Hex CE FD 49 13 0 47 1 4C 62 40
Octal 316 375 111 23 0 107 1 114 142 100
Binary 11001110 11111101 1001001 10011 0 1000111 1 1001100 1100010 1000000

Color Harmonies of #CEFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD49

Black with #CEFD49

Text Example


Text Example

White with #CEFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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