Html Css Color HEX #D5F72B Pear

📋 copy color: '#D5F72B'

red 213 ◦ green 247 ◦ blue 43

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

Shades of Pear #D5F72B

Tints of Pear #D5F72B

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

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

 BLUE value IS 43 (17.19% from 255) = 8.55%

R = 42.35%
G = 49.11%
B = 8.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#D5F72B (or 0xD5F72B) is known color: Pear. HEX triplet: D5, F7 and 2B. RGB value is (213,247,43). Sum of RGB (Red+Green+Blue) = 213+247+43=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F72B is #2A08D4. Grayscale: #D6D6D6. Windows color (decimal): -2754773 or 2881493. OLE color: 2881493.

HSL color Cylindrical-coordinate representation of color #D5F72B: hue angle of 70º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5F72B is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 247 43 -
CMYK 0.14 0 0.83 0.03
HSL 70º 0.93% 0.57% -
HSV(B) 70º 0.83% 0.97% -
XYZ 61.14 80.84 14.67 -
YUV 213.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 213 247 43 0.14 0 0.83 0.03 70 0.93 0.57
Hex D5 F7 2B E 0 53 3 46 5D 39
Octal 325 367 53 16 0 123 3 106 135 71
Binary 11010101 11110111 101011 1110 0 1010011 11 1000110 1011101 111001

Color Harmonies of #D5F72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F72B

Black with #D5F72B

Text Example


Text Example

White with #D5F72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F72B; }

 p { color: rgb(213,247,43); }

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

background-color css

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

 a { background-color: rgb(213,247,43); }

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

border-color css

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

 span { border-color: rgb(213,247,43); }

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