Html Css Color HEX #D7F246 Pear

📋 copy color: '#D7F246'

red 215 ◦ green 242 ◦ blue 70

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

Shades of Pear #D7F246

Tints of Pear #D7F246

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

 GREEN value IS 242 (94.92% from 255) = 45.92%

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

R = 40.8%
G = 45.92%
B = 13.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D7F246 (or 0xD7F246) is known color: Pear. HEX triplet: D7, F2 and 46. RGB value is (215,242,70). Sum of RGB (Red+Green+Blue) = 215+242+70=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F246 is #280DB9. Grayscale: #D6D6D6. Windows color (decimal): -2624954 or 4649687. OLE color: 4649687.

HSL color Cylindrical-coordinate representation of color #D7F246: hue angle of 69.42º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7F246 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 242 70 -
CMYK 0.11 0 0.71 0.05
HSL 69.42º 0.87% 0.61% -
HSV(B) 69.42º 0.71% 0.95% -
XYZ 60.88 78.39 17.72 -
YUV 214.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 215 242 70 0.11 0 0.71 0.05 69.42 0.87 0.61
Hex D7 F2 46 B 0 47 5 45 57 3D
Octal 327 362 106 13 0 107 5 105 127 75
Binary 11010111 11110010 1000110 1011 0 1000111 101 1000101 1010111 111101

Color Harmonies of #D7F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F246

Black with #D7F246

Text Example


Text Example

White with #D7F246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F246; }

 p { color: rgb(215,242,70); }

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

background-color css

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

 a { background-color: rgb(215,242,70); }

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

border-color css

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

 span { border-color: rgb(215,242,70); }

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