Html Css Color HEX #E6FC2D Pear

📋 copy color: '#E6FC2D'

red 230 ◦ green 252 ◦ blue 45

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

Shades of Pear #E6FC2D

Tints of Pear #E6FC2D

RGB

 RED value IS 230 (90.23% from 255) = 43.64%

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

 BLUE value IS 45 (17.97% from 255) = 8.54%

R = 43.64%
G = 47.82%
B = 8.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#E6FC2D (or 0xE6FC2D) is known color: Pear. HEX triplet: E6, FC and 2D. RGB value is (230,252,45). Sum of RGB (Red+Green+Blue) = 230+252+45=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FC2D is #1903D2. Grayscale: #DEDEDE. Windows color (decimal): -1639379 or 3013862. OLE color: 3013862.

HSL color Cylindrical-coordinate representation of color #E6FC2D: hue angle of 66.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6FC2D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 252 45 -
CMYK 0.09 0 0.82 0.01
HSL 66.38º 0.97% 0.58% -
HSV(B) 66.38º 0.82% 0.99% -
XYZ 67.92 86.63 15.62 -
YUV 221.82 28.21 133.83 -
System Red Green Blue C M Y K H S L
Decimal 230 252 45 0.09 0 0.82 0.01 66.38 0.97 0.58
Hex E6 FC 2D 9 0 52 1 42 61 3A
Octal 346 374 55 11 0 122 1 102 141 72
Binary 11100110 11111100 101101 1001 0 1010010 1 1000010 1100001 111010

Color Harmonies of #E6FC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FC2D

Black with #E6FC2D

Text Example


Text Example

White with #E6FC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FC2D; }

 p { color: rgb(230,252,45); }

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

background-color css

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

 a { background-color: rgb(230,252,45); }

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

border-color css

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

 span { border-color: rgb(230,252,45); }

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