Html Css Color HEX #E6FD2A Pear

📋 copy color: '#E6FD2A'

red 230 ◦ green 253 ◦ blue 42

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

Shades of Pear #E6FD2A

Tints of Pear #E6FD2A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

 BLUE value IS 42 (16.8% from 255) = 8%

R = 43.81%
G = 48.19%
B = 8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#E6FD2A (or 0xE6FD2A) is known color: Pear. HEX triplet: E6, FD and 2A. RGB value is (230,253,42). Sum of RGB (Red+Green+Blue) = 230+253+42=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 42 (16.80% from 255 or 8% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6FD2A is #1902D5. Grayscale: #DEDEDE. Windows color (decimal): -1639126 or 2817510. OLE color: 2817510.

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

Color convert

RGB 230 253 42 -
CMYK 0.09 0 0.83 0.01
HSL 66.54º 0.98% 0.58% -
HSV(B) 66.54º 0.83% 0.99% -
XYZ 68.18 87.24 15.44 -
YUV 222.07 26.38 133.66 -
System Red Green Blue C M Y K H S L
Decimal 230 253 42 0.09 0 0.83 0.01 66.54 0.98 0.58
Hex E6 FD 2A 9 0 53 1 43 62 3A
Octal 346 375 52 11 0 123 1 103 142 72
Binary 11100110 11111101 101010 1001 0 1010011 1 1000011 1100010 111010

Color Harmonies of #E6FD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FD2A

Black with #E6FD2A

Text Example


Text Example

White with #E6FD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FD2A; }

 p { color: rgb(230,253,42); }

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

background-color css

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

 a { background-color: rgb(230,253,42); }

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

border-color css

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

 span { border-color: rgb(230,253,42); }

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