Html Css Color HEX #D5EE4B Pear

📋 copy color: '#D5EE4B'

red 213 ◦ green 238 ◦ blue 75

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

Shades of Pear #D5EE4B

Tints of Pear #D5EE4B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

 BLUE value IS 75 (29.69% from 255) = 14.26%

R = 40.49%
G = 45.25%
B = 14.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#D5EE4B (or 0xD5EE4B) is known color: Pear. HEX triplet: D5, EE and 4B. RGB value is (213,238,75). Sum of RGB (Red+Green+Blue) = 213+238+75=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE4B is #2A11B4. Grayscale: #D4D4D4. Windows color (decimal): -2757045 or 4976341. OLE color: 4976341.

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

Color convert

RGB 213 238 75 -
CMYK 0.11 0 0.68 0.07
HSL 69.2º 0.83% 0.61% -
HSV(B) 69.2º 0.68% 0.93% -
XYZ 59.29 75.8 18.16 -
YUV 211.94 50.72 128.75 -
System Red Green Blue C M Y K H S L
Decimal 213 238 75 0.11 0 0.68 0.07 69.2 0.83 0.61
Hex D5 EE 4B B 0 44 7 45 53 3D
Octal 325 356 113 13 0 104 7 105 123 75
Binary 11010101 11101110 1001011 1011 0 1000100 111 1000101 1010011 111101

Color Harmonies of #D5EE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EE4B

Black with #D5EE4B

Text Example


Text Example

White with #D5EE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EE4B; }

 p { color: rgb(213,238,75); }

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

background-color css

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

 a { background-color: rgb(213,238,75); }

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

border-color css

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

 span { border-color: rgb(213,238,75); }

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