Html Css Color HEX #D5E236 Pear

📋 copy color: '#D5E236'

red 213 ◦ green 226 ◦ blue 54

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

Shades of Pear #D5E236

Tints of Pear #D5E236

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.84%

 BLUE value IS 54 (21.48% from 255) = 10.95%

R = 43.2%
G = 45.84%
B = 10.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#D5E236 (or 0xD5E236) is known color: Pear. HEX triplet: D5, E2 and 36. RGB value is (213,226,54). Sum of RGB (Red+Green+Blue) = 213+226+54=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E236 is #2A1DC9. Grayscale: #CBCBCB. Windows color (decimal): -2760138 or 3597013. OLE color: 3597013.

HSL color Cylindrical-coordinate representation of color #D5E236: hue angle of 64.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5E236 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 54 -
CMYK 0.06 0 0.76 0.11
HSL 64.53º 0.75% 0.55% -
HSV(B) 64.53º 0.76% 0.89% -
XYZ 55.3 68.81 13.86 -
YUV 202.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 213 226 54 0.06 0 0.76 0.11 64.53 0.75 0.55
Hex D5 E2 36 6 0 4C B 41 4B 37
Octal 325 342 66 6 0 114 13 101 113 67
Binary 11010101 11100010 110110 110 0 1001100 1011 1000001 1001011 110111

Color Harmonies of #D5E236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E236

Black with #D5E236

Text Example


Text Example

White with #D5E236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E236; }

 p { color: rgb(213,226,54); }

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

background-color css

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

 a { background-color: rgb(213,226,54); }

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

border-color css

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

 span { border-color: rgb(213,226,54); }

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