Html Css Color HEX #D7F241 Pear

📋 copy color: '#D7F241'

red 215 ◦ green 242 ◦ blue 65

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

Shades of Pear #D7F241

Tints of Pear #D7F241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.45%

R = 41.19%
G = 46.36%
B = 12.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#D7F241 (or 0xD7F241) is known color: Pear. HEX triplet: D7, F2 and 41. RGB value is (215,242,65). Sum of RGB (Red+Green+Blue) = 215+242+65=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F241 is #280DBE. Grayscale: #D6D6D6. Windows color (decimal): -2624959 or 4322007. OLE color: 4322007.

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

Color convert

RGB 215 242 65 -
CMYK 0.11 0 0.73 0.05
HSL 69.15º 0.87% 0.6% -
HSV(B) 69.15º 0.73% 0.95% -
XYZ 60.73 78.33 16.92 -
YUV 213.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 215 242 65 0.11 0 0.73 0.05 69.15 0.87 0.6
Hex D7 F2 41 B 0 49 5 45 57 3C
Octal 327 362 101 13 0 111 5 105 127 74
Binary 11010111 11110010 1000001 1011 0 1001001 101 1000101 1010111 111100

Color Harmonies of #D7F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F241

Black with #D7F241

Text Example


Text Example

White with #D7F241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F241; }

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

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

background-color css

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

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

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

border-color css

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

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

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