Html Css Color HEX #D2F119 Pear

📋 copy color: '#D2F119'

red 210 ◦ green 241 ◦ blue 25

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

Shades of Pear #D2F119

Tints of Pear #D2F119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.25%

R = 44.12%
G = 50.63%
B = 5.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#D2F119 (or 0xD2F119) is known color: Pear. HEX triplet: D2, F1 and 19. RGB value is (210,241,25). Sum of RGB (Red+Green+Blue) = 210+241+25=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F119 is #2D0EE6. Grayscale: #CFCFCF. Windows color (decimal): -2952935 or 1700306. OLE color: 1700306.

HSL color Cylindrical-coordinate representation of color #D2F119: hue angle of 68.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2F119 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 25 -
CMYK 0.13 0 0.90 0.05
HSL 68.61º 0.89% 0.52% -
HSV(B) 68.61º 0.9% 0.95% -
XYZ 58.21 76.68 12.65 -
YUV 207.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 210 241 25 0.13 0 0.90 0.05 68.61 0.89 0.52
Hex D2 F1 19 D 0 5A 5 45 59 34
Octal 322 361 31 15 0 132 5 105 131 64
Binary 11010010 11110001 11001 1101 0 1011010 101 1000101 1011001 110100

Color Harmonies of #D2F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F119

Black with #D2F119

Text Example


Text Example

White with #D2F119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F119; }

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

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

background-color css

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

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

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

border-color css

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

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

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