Html Css Color HEX #D5F73D Pear

📋 copy color: '#D5F73D'

red 213 ◦ green 247 ◦ blue 61

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

Shades of Pear #D5F73D

Tints of Pear #D5F73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

 BLUE value IS 61 (24.22% from 255) = 11.71%

R = 40.88%
G = 47.41%
B = 11.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#D5F73D (or 0xD5F73D) is known color: Pear. HEX triplet: D5, F7 and 3D. RGB value is (213,247,61). Sum of RGB (Red+Green+Blue) = 213+247+61=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F73D is #2A08C2. Grayscale: #D8D8D8. Windows color (decimal): -2754755 or 4061141. OLE color: 4061141.

HSL color Cylindrical-coordinate representation of color #D5F73D: hue angle of 70.97º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5F73D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 247 61 -
CMYK 0.14 0 0.75 0.03
HSL 70.97º 0.92% 0.6% -
HSV(B) 70.97º 0.75% 0.97% -
XYZ 61.54 81 16.81 -
YUV 215.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 213 247 61 0.14 0 0.75 0.03 70.97 0.92 0.6
Hex D5 F7 3D E 0 4B 3 47 5C 3C
Octal 325 367 75 16 0 113 3 107 134 74
Binary 11010101 11110111 111101 1110 0 1001011 11 1000111 1011100 111100

Color Harmonies of #D5F73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F73D

Black with #D5F73D

Text Example


Text Example

White with #D5F73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F73D; }

 p { color: rgb(213,247,61); }

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

background-color css

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

 a { background-color: rgb(213,247,61); }

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

border-color css

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

 span { border-color: rgb(213,247,61); }

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