Html Css Color HEX #D5F746 Pear

📋 copy color: '#D5F746'

red 213 ◦ green 247 ◦ blue 70

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

Shades of Pear #D5F746

Tints of Pear #D5F746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.21%

R = 40.19%
G = 46.6%
B = 13.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#D5F746 (or 0xD5F746) is known color: Pear. HEX triplet: D5, F7 and 46. RGB value is (213,247,70). Sum of RGB (Red+Green+Blue) = 213+247+70=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F746 is #2A08B9. Grayscale: #D9D9D9. Windows color (decimal): -2754746 or 4650965. OLE color: 4650965.

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

Color convert

RGB 213 247 70 -
CMYK 0.14 0 0.72 0.03
HSL 71.53º 0.92% 0.62% -
HSV(B) 71.53º 0.72% 0.97% -
XYZ 61.81 81.11 18.19 -
YUV 216.66 45.24 125.39 -
System Red Green Blue C M Y K H S L
Decimal 213 247 70 0.14 0 0.72 0.03 71.53 0.92 0.62
Hex D5 F7 46 E 0 48 3 48 5C 3E
Octal 325 367 106 16 0 110 3 110 134 76
Binary 11010101 11110111 1000110 1110 0 1001000 11 1001000 1011100 111110

Color Harmonies of #D5F746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F746

Black with #D5F746

Text Example


Text Example

White with #D5F746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F746; }

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

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

background-color css

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

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

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

border-color css

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

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

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