Html Css Color HEX #CEF92E Pear

📋 copy color: '#CEF92E'

red 206 ◦ green 249 ◦ blue 46

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

Shades of Pear #CEF92E

Tints of Pear #CEF92E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 41.12%
G = 49.7%
B = 9.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#CEF92E (or 0xCEF92E) is known color: Pear. HEX triplet: CE, F9 and 2E. RGB value is (206,249,46). Sum of RGB (Red+Green+Blue) = 206+249+46=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF92E is #3106D1. Grayscale: #D5D5D5. Windows color (decimal): -3213010 or 3078606. OLE color: 3078606.

HSL color Cylindrical-coordinate representation of color #CEF92E: hue angle of 72.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEF92E is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 46 -
CMYK 0.17 0 0.82 0.02
HSL 72.71º 0.94% 0.58% -
HSV(B) 72.71º 0.82% 0.98% -
XYZ 59.82 81.07 15.08 -
YUV 213 33.75 123.01 -
System Red Green Blue C M Y K H S L
Decimal 206 249 46 0.17 0 0.82 0.02 72.71 0.94 0.58
Hex CE F9 2E 11 0 52 2 49 5E 3A
Octal 316 371 56 21 0 122 2 111 136 72
Binary 11001110 11111001 101110 10001 0 1010010 10 1001001 1011110 111010

Color Harmonies of #CEF92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF92E

Black with #CEF92E

Text Example


Text Example

White with #CEF92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF92E; }

 p { color: rgb(206,249,46); }

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

background-color css

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

 a { background-color: rgb(206,249,46); }

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

border-color css

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

 span { border-color: rgb(206,249,46); }

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