Html Css Color HEX #D5EC26 Pear

📋 copy color: '#D5EC26'

red 213 ◦ green 236 ◦ blue 38

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

Shades of Pear #D5EC26

Tints of Pear #D5EC26

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

 GREEN value IS 236 (92.58% from 255) = 48.46%

 BLUE value IS 38 (15.23% from 255) = 7.8%

R = 43.74%
G = 48.46%
B = 7.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#D5EC26 (or 0xD5EC26) is known color: Pear. HEX triplet: D5, EC and 26. RGB value is (213,236,38). Sum of RGB (Red+Green+Blue) = 213+236+38=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC26 is #2A13D9. Grayscale: #CFCFCF. Windows color (decimal): -2757594 or 2550997. OLE color: 2550997.

HSL color Cylindrical-coordinate representation of color #D5EC26: hue angle of 66.97º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5EC26 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 38 -
CMYK 0.10 0 0.84 0.07
HSL 66.97º 0.84% 0.54% -
HSV(B) 66.97º 0.84% 0.93% -
XYZ 57.79 74.28 13.12 -
YUV 206.55 32.88 132.6 -
System Red Green Blue C M Y K H S L
Decimal 213 236 38 0.10 0 0.84 0.07 66.97 0.84 0.54
Hex D5 EC 26 A 0 54 7 43 54 36
Octal 325 354 46 12 0 124 7 103 124 66
Binary 11010101 11101100 100110 1010 0 1010100 111 1000011 1010100 110110

Color Harmonies of #D5EC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC26

Black with #D5EC26

Text Example


Text Example

White with #D5EC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC26; }

 p { color: rgb(213,236,38); }

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

background-color css

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

 a { background-color: rgb(213,236,38); }

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

border-color css

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

 span { border-color: rgb(213,236,38); }

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