Html Css Color HEX #CEF93E Pear

📋 copy color: '#CEF93E'

red 206 ◦ green 249 ◦ blue 62

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

Shades of Pear #CEF93E

Tints of Pear #CEF93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.99%

R = 39.85%
G = 48.16%
B = 11.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#CEF93E (or 0xCEF93E) is known color: Pear. HEX triplet: CE, F9 and 3E. RGB value is (206,249,62). Sum of RGB (Red+Green+Blue) = 206+249+62=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF93E is #3106C1. Grayscale: #D7D7D7. Windows color (decimal): -3212994 or 4127182. OLE color: 4127182.

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

Color convert

RGB 206 249 62 -
CMYK 0.17 0 0.75 0.02
HSL 73.8º 0.94% 0.61% -
HSV(B) 73.8º 0.75% 0.98% -
XYZ 60.2 81.22 17.06 -
YUV 214.83 41.75 121.71 -
System Red Green Blue C M Y K H S L
Decimal 206 249 62 0.17 0 0.75 0.02 73.8 0.94 0.61
Hex CE F9 3E 11 0 4B 2 4A 5E 3D
Octal 316 371 76 21 0 113 2 112 136 75
Binary 11001110 11111001 111110 10001 0 1001011 10 1001010 1011110 111101

Color Harmonies of #CEF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF93E

Black with #CEF93E

Text Example


Text Example

White with #CEF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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