Html Css Color HEX #D5EF26 Pear

📋 copy color: '#D5EF26'

red 213 ◦ green 239 ◦ blue 38

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

Shades of Pear #D5EF26

Tints of Pear #D5EF26

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

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

R = 43.47%
G = 48.78%
B = 7.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#D5EF26 (or 0xD5EF26) is known color: Pear. HEX triplet: D5, EF and 26. RGB value is (213,239,38). Sum of RGB (Red+Green+Blue) = 213+239+38=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF26 is #2A10D9. Grayscale: #D1D1D1. Windows color (decimal): -2756826 or 2551765. OLE color: 2551765.

HSL color Cylindrical-coordinate representation of color #D5EF26: hue angle of 67.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5EF26 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 38 -
CMYK 0.11 0 0.84 0.06
HSL 67.76º 0.86% 0.54% -
HSV(B) 67.76º 0.84% 0.94% -
XYZ 58.66 76.02 13.42 -
YUV 208.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 213 239 38 0.11 0 0.84 0.06 67.76 0.86 0.54
Hex D5 EF 26 B 0 54 6 44 56 36
Octal 325 357 46 13 0 124 6 104 126 66
Binary 11010101 11101111 100110 1011 0 1010100 110 1000100 1010110 110110

Color Harmonies of #D5EF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF26

Black with #D5EF26

Text Example


Text Example

White with #D5EF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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