Html Css Color HEX #D7F225 Pear

📋 copy color: '#D7F225'

red 215 ◦ green 242 ◦ blue 37

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

Shades of Pear #D7F225

Tints of Pear #D7F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 43.52%
G = 48.99%
B = 7.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D7F225 (or 0xD7F225) is known color: Pear. HEX triplet: D7, F2 and 25. RGB value is (215,242,37). Sum of RGB (Red+Green+Blue) = 215+242+37=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F225 is #280DDA. Grayscale: #D3D3D3. Windows color (decimal): -2624987 or 2486999. OLE color: 2486999.

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

Color convert

RGB 215 242 37 -
CMYK 0.11 0 0.85 0.05
HSL 67.9º 0.89% 0.55% -
HSV(B) 67.9º 0.85% 0.95% -
XYZ 60.11 78.08 13.65 -
YUV 210.56 30.05 131.17 -
System Red Green Blue C M Y K H S L
Decimal 215 242 37 0.11 0 0.85 0.05 67.9 0.89 0.55
Hex D7 F2 25 B 0 55 5 44 59 37
Octal 327 362 45 13 0 125 5 104 131 67
Binary 11010111 11110010 100101 1011 0 1010101 101 1000100 1011001 110111

Color Harmonies of #D7F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F225

Black with #D7F225

Text Example


Text Example

White with #D7F225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F225; }

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

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

background-color css

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

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

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

border-color css

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

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

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