Html Css Color HEX #CEFC31 Pear

📋 copy color: '#CEFC31'

red 206 ◦ green 252 ◦ blue 49

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

Shades of Pear #CEFC31

Tints of Pear #CEFC31

RGB

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

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

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

R = 40.63%
G = 49.7%
B = 9.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#CEFC31 (or 0xCEFC31) is known color: Pear. HEX triplet: CE, FC and 31. RGB value is (206,252,49). Sum of RGB (Red+Green+Blue) = 206+252+49=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC31 is #3103CE. Grayscale: #D7D7D7. Windows color (decimal): -3212239 or 3275982. OLE color: 3275982.

HSL color Cylindrical-coordinate representation of color #CEFC31: hue angle of 73.6º degrees, saturation: 0.97, 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 #CEFC31 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 49 -
CMYK 0.18 0 0.81 0.01
HSL 73.6º 0.97% 0.59% -
HSV(B) 73.6º 0.81% 0.99% -
XYZ 60.82 82.96 15.71 -
YUV 215.1 34.26 121.51 -
System Red Green Blue C M Y K H S L
Decimal 206 252 49 0.18 0 0.81 0.01 73.6 0.97 0.59
Hex CE FC 31 12 0 51 1 4A 61 3B
Octal 316 374 61 22 0 121 1 112 141 73
Binary 11001110 11111100 110001 10010 0 1010001 1 1001010 1100001 111011

Color Harmonies of #CEFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC31

Black with #CEFC31

Text Example


Text Example

White with #CEFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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