Html Css Color HEX #D2F149 Pear

📋 copy color: '#D2F149'

red 210 ◦ green 241 ◦ blue 73

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

Shades of Pear #D2F149

Tints of Pear #D2F149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.93%

R = 40.08%
G = 45.99%
B = 13.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D2F149 (or 0xD2F149) is known color: Pear. HEX triplet: D2, F1 and 49. RGB value is (210,241,73). Sum of RGB (Red+Green+Blue) = 210+241+73=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F149 is #2D0EB6. Grayscale: #D5D5D5. Windows color (decimal): -2952887 or 4846034. OLE color: 4846034.

HSL color Cylindrical-coordinate representation of color #D2F149: hue angle of 71.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2F149 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 73 -
CMYK 0.13 0 0.70 0.05
HSL 71.07º 0.86% 0.62% -
HSV(B) 71.07º 0.7% 0.95% -
XYZ 59.24 77.09 18.06 -
YUV 212.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 210 241 73 0.13 0 0.70 0.05 71.07 0.86 0.62
Hex D2 F1 49 D 0 46 5 47 56 3E
Octal 322 361 111 15 0 106 5 107 126 76
Binary 11010010 11110001 1001001 1101 0 1000110 101 1000111 1010110 111110

Color Harmonies of #D2F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F149

Black with #D2F149

Text Example


Text Example

White with #D2F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F149; }

 p { color: rgb(210,241,73); }

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

background-color css

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

 a { background-color: rgb(210,241,73); }

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

border-color css

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

 span { border-color: rgb(210,241,73); }

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