Html Css Color HEX #CEF132 Pear

📋 copy color: '#CEF132'

red 206 ◦ green 241 ◦ blue 50

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

Shades of Pear #CEF132

Tints of Pear #CEF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

 BLUE value IS 50 (19.92% from 255) = 10.06%

R = 41.45%
G = 48.49%
B = 10.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#CEF132 (or 0xCEF132) is known color: Pear. HEX triplet: CE, F1 and 32. RGB value is (206,241,50). Sum of RGB (Red+Green+Blue) = 206+241+50=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF132 is #310ECD. Grayscale: #D1D1D1. Windows color (decimal): -3215054 or 3338702. OLE color: 3338702.

HSL color Cylindrical-coordinate representation of color #CEF132: hue angle of 70.99º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF132 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 50 -
CMYK 0.15 0 0.79 0.05
HSL 70.99º 0.87% 0.57% -
HSV(B) 70.99º 0.79% 0.95% -
XYZ 57.48 76.26 14.71 -
YUV 208.76 38.4 126.03 -
System Red Green Blue C M Y K H S L
Decimal 206 241 50 0.15 0 0.79 0.05 70.99 0.87 0.57
Hex CE F1 32 F 0 4F 5 47 57 39
Octal 316 361 62 17 0 117 5 107 127 71
Binary 11001110 11110001 110010 1111 0 1001111 101 1000111 1010111 111001

Color Harmonies of #CEF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF132

Black with #CEF132

Text Example


Text Example

White with #CEF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF132; }

 p { color: rgb(206,241,50); }

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

background-color css

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

 a { background-color: rgb(206,241,50); }

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

border-color css

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

 span { border-color: rgb(206,241,50); }

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