Html Css Color HEX #CEFD31 Pear

📋 copy color: '#CEFD31'

red 206 ◦ green 253 ◦ blue 49

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

Shades of Pear #CEFD31

Tints of Pear #CEFD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.65%

R = 40.55%
G = 49.8%
B = 9.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#CEFD31 (or 0xCEFD31) is known color: Pear. HEX triplet: CE, FD and 31. RGB value is (206,253,49). Sum of RGB (Red+Green+Blue) = 206+253+49=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD31 is #3102CE. Grayscale: #D8D8D8. Windows color (decimal): -3211983 or 3276238. OLE color: 3276238.

HSL color Cylindrical-coordinate representation of color #CEFD31: hue angle of 73.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFD31 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 49 -
CMYK 0.19 0 0.81 0.01
HSL 73.82º 0.98% 0.59% -
HSV(B) 73.82º 0.81% 0.99% -
XYZ 61.13 83.59 15.82 -
YUV 215.69 33.93 121.09 -
System Red Green Blue C M Y K H S L
Decimal 206 253 49 0.19 0 0.81 0.01 73.82 0.98 0.59
Hex CE FD 31 13 0 51 1 4A 62 3B
Octal 316 375 61 23 0 121 1 112 142 73
Binary 11001110 11111101 110001 10011 0 1010001 1 1001010 1100010 111011

Color Harmonies of #CEFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD31

Black with #CEFD31

Text Example


Text Example

White with #CEFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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