Html Css Color HEX #D2F51B Pear

📋 copy color: '#D2F51B'

red 210 ◦ green 245 ◦ blue 27

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

Shades of Pear #D2F51B

Tints of Pear #D2F51B

RGB

 RED value IS 210 (82.42% from 255) = 43.57%

 GREEN value IS 245 (96.09% from 255) = 50.83%

 BLUE value IS 27 (10.94% from 255) = 5.6%

R = 43.57%
G = 50.83%
B = 5.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D2F51B (or 0xD2F51B) is known color: Pear. HEX triplet: D2, F5 and 1B. RGB value is (210,245,27). Sum of RGB (Red+Green+Blue) = 210+245+27=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F51B is #2D0AE4. Grayscale: #D2D2D2. Windows color (decimal): -2951909 or 1832402. OLE color: 1832402.

HSL color Cylindrical-coordinate representation of color #D2F51B: hue angle of 69.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2F51B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 245 27 -
CMYK 0.14 0 0.89 0.04
HSL 69.63º 0.92% 0.53% -
HSV(B) 69.63º 0.89% 0.96% -
XYZ 59.43 79.09 13.17 -
YUV 209.68 24.9 128.23 -
System Red Green Blue C M Y K H S L
Decimal 210 245 27 0.14 0 0.89 0.04 69.63 0.92 0.53
Hex D2 F5 1B E 0 59 4 46 5C 35
Octal 322 365 33 16 0 131 4 106 134 65
Binary 11010010 11110101 11011 1110 0 1011001 100 1000110 1011100 110101

Color Harmonies of #D2F51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F51B

Black with #D2F51B

Text Example


Text Example

White with #D2F51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F51B; }

 p { color: rgb(210,245,27); }

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

background-color css

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

 a { background-color: rgb(210,245,27); }

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

border-color css

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

 span { border-color: rgb(210,245,27); }

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