Html Css Color HEX #D5EC35 Pear

📋 copy color: '#D5EC35'

red 213 ◦ green 236 ◦ blue 53

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

Shades of Pear #D5EC35

Tints of Pear #D5EC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.56%

R = 42.43%
G = 47.01%
B = 10.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#D5EC35 (or 0xD5EC35) is known color: Pear. HEX triplet: D5, EC and 35. RGB value is (213,236,53). Sum of RGB (Red+Green+Blue) = 213+236+53=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC35 is #2A13CA. Grayscale: #D0D0D0. Windows color (decimal): -2757579 or 3534037. OLE color: 3534037.

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

Color convert

RGB 213 236 53 -
CMYK 0.10 0 0.78 0.07
HSL 67.54º 0.83% 0.57% -
HSV(B) 67.54º 0.78% 0.93% -
XYZ 58.08 74.39 14.67 -
YUV 208.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 213 236 53 0.10 0 0.78 0.07 67.54 0.83 0.57
Hex D5 EC 35 A 0 4E 7 44 53 39
Octal 325 354 65 12 0 116 7 104 123 71
Binary 11010101 11101100 110101 1010 0 1001110 111 1000100 1010011 111001

Color Harmonies of #D5EC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC35

Black with #D5EC35

Text Example


Text Example

White with #D5EC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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