Html Css Color HEX #D7F135 Pear

📋 copy color: '#D7F135'

red 215 ◦ green 241 ◦ blue 53

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

Shades of Pear #D7F135

Tints of Pear #D7F135

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.35%

 BLUE value IS 53 (21.09% from 255) = 10.41%

R = 42.24%
G = 47.35%
B = 10.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D7F135 (or 0xD7F135) is known color: Pear. HEX triplet: D7, F1 and 35. RGB value is (215,241,53). Sum of RGB (Red+Green+Blue) = 215+241+53=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F135 is #280ECA. Grayscale: #D4D4D4. Windows color (decimal): -2625227 or 3535319. OLE color: 3535319.

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

Color convert

RGB 215 241 53 -
CMYK 0.11 0 0.78 0.05
HSL 68.3º 0.87% 0.58% -
HSV(B) 68.3º 0.78% 0.95% -
XYZ 60.12 77.61 15.18 -
YUV 211.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 215 241 53 0.11 0 0.78 0.05 68.3 0.87 0.58
Hex D7 F1 35 B 0 4E 5 44 57 3A
Octal 327 361 65 13 0 116 5 104 127 72
Binary 11010111 11110001 110101 1011 0 1001110 101 1000100 1010111 111010

Color Harmonies of #D7F135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F135

Black with #D7F135

Text Example


Text Example

White with #D7F135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F135; }

 p { color: rgb(215,241,53); }

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

background-color css

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

 a { background-color: rgb(215,241,53); }

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

border-color css

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

 span { border-color: rgb(215,241,53); }

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