Html Css Color HEX #D5F72F Pear

📋 copy color: '#D5F72F'

red 213 ◦ green 247 ◦ blue 47

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

Shades of Pear #D5F72F

Tints of Pear #D5F72F

RGB

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

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

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

R = 42.01%
G = 48.72%
B = 9.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#D5F72F (or 0xD5F72F) is known color: Pear. HEX triplet: D5, F7 and 2F. RGB value is (213,247,47). Sum of RGB (Red+Green+Blue) = 213+247+47=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F72F is #2A08D0. Grayscale: #D6D6D6. Windows color (decimal): -2754769 or 3143637. OLE color: 3143637.

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

Color convert

RGB 213 247 47 -
CMYK 0.14 0 0.81 0.03
HSL 70.2º 0.93% 0.58% -
HSV(B) 70.2º 0.81% 0.97% -
XYZ 61.21 80.87 15.07 -
YUV 214.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 213 247 47 0.14 0 0.81 0.03 70.2 0.93 0.58
Hex D5 F7 2F E 0 51 3 46 5D 3A
Octal 325 367 57 16 0 121 3 106 135 72
Binary 11010101 11110111 101111 1110 0 1010001 11 1000110 1011101 111010

Color Harmonies of #D5F72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F72F

Black with #D5F72F

Text Example


Text Example

White with #D5F72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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