Html Css Color HEX #D2F125 Pear

📋 copy color: '#D2F125'

red 210 ◦ green 241 ◦ blue 37

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

Shades of Pear #D2F125

Tints of Pear #D2F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.58%

R = 43.03%
G = 49.39%
B = 7.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D2F125 (or 0xD2F125) is known color: Pear. HEX triplet: D2, F1 and 25. RGB value is (210,241,37). Sum of RGB (Red+Green+Blue) = 210+241+37=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F125 is #2D0EDA. Grayscale: #D1D1D1. Windows color (decimal): -2952923 or 2486738. OLE color: 2486738.

HSL color Cylindrical-coordinate representation of color #D2F125: hue angle of 69.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2F125 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 37 -
CMYK 0.13 0 0.85 0.05
HSL 69.12º 0.88% 0.55% -
HSV(B) 69.12º 0.85% 0.95% -
XYZ 58.37 76.75 13.49 -
YUV 208.48 31.23 129.09 -
System Red Green Blue C M Y K H S L
Decimal 210 241 37 0.13 0 0.85 0.05 69.12 0.88 0.55
Hex D2 F1 25 D 0 55 5 45 58 37
Octal 322 361 45 15 0 125 5 105 130 67
Binary 11010010 11110001 100101 1101 0 1010101 101 1000101 1011000 110111

Color Harmonies of #D2F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F125

Black with #D2F125

Text Example


Text Example

White with #D2F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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