Html Css Color HEX #D5E92F Pear

📋 copy color: '#D5E92F'

red 213 ◦ green 233 ◦ blue 47

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

Shades of Pear #D5E92F

Tints of Pear #D5E92F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.26%

 BLUE value IS 47 (18.75% from 255) = 9.53%

R = 43.2%
G = 47.26%
B = 9.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#D5E92F (or 0xD5E92F) is known color: Pear. HEX triplet: D5, E9 and 2F. RGB value is (213,233,47). Sum of RGB (Red+Green+Blue) = 213+233+47=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E92F is #2A16D0. Grayscale: #CECECE. Windows color (decimal): -2758353 or 3140053. OLE color: 3140053.

HSL color Cylindrical-coordinate representation of color #D5E92F: hue angle of 66.45º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5E92F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 47 -
CMYK 0.09 0 0.80 0.09
HSL 66.45º 0.81% 0.55% -
HSV(B) 66.45º 0.8% 0.91% -
XYZ 57.09 72.63 13.7 -
YUV 205.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 213 233 47 0.09 0 0.80 0.09 66.45 0.81 0.55
Hex D5 E9 2F 9 0 50 9 42 51 37
Octal 325 351 57 11 0 120 11 102 121 67
Binary 11010101 11101001 101111 1001 0 1010000 1001 1000010 1010001 110111

Color Harmonies of #D5E92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E92F

Black with #D5E92F

Text Example


Text Example

White with #D5E92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E92F; }

 p { color: rgb(213,233,47); }

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

background-color css

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

 a { background-color: rgb(213,233,47); }

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

border-color css

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

 span { border-color: rgb(213,233,47); }

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