Html Css Color HEX #D2F748 Pear

📋 copy color: '#D2F748'

red 210 ◦ green 247 ◦ blue 72

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

Shades of Pear #D2F748

Tints of Pear #D2F748

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

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

 BLUE value IS 72 (28.52% from 255) = 13.61%

R = 39.7%
G = 46.69%
B = 13.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#D2F748 (or 0xD2F748) is known color: Pear. HEX triplet: D2, F7 and 48. RGB value is (210,247,72). Sum of RGB (Red+Green+Blue) = 210+247+72=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F748 is #2D08B7. Grayscale: #D8D8D8. Windows color (decimal): -2951352 or 4782034. OLE color: 4782034.

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

Color convert

RGB 210 247 72 -
CMYK 0.15 0 0.71 0.03
HSL 72.69º 0.92% 0.63% -
HSV(B) 72.69º 0.71% 0.97% -
XYZ 61.01 80.69 18.49 -
YUV 215.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 210 247 72 0.15 0 0.71 0.03 72.69 0.92 0.63
Hex D2 F7 48 F 0 47 3 49 5C 3F
Octal 322 367 110 17 0 107 3 111 134 77
Binary 11010010 11110111 1001000 1111 0 1000111 11 1001001 1011100 111111

Color Harmonies of #D2F748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F748

Black with #D2F748

Text Example


Text Example

White with #D2F748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F748; }

 p { color: rgb(210,247,72); }

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

background-color css

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

 a { background-color: rgb(210,247,72); }

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

border-color css

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

 span { border-color: rgb(210,247,72); }

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