Html Css Color HEX #D2F841 Pear

📋 copy color: '#D2F841'

red 210 ◦ green 248 ◦ blue 65

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

Shades of Pear #D2F841

Tints of Pear #D2F841

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.42%

 BLUE value IS 65 (25.78% from 255) = 12.43%

R = 40.15%
G = 47.42%
B = 12.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#D2F841 (or 0xD2F841) is known color: Pear. HEX triplet: D2, F8 and 41. RGB value is (210,248,65). Sum of RGB (Red+Green+Blue) = 210+248+65=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F841 is #2D07BE. Grayscale: #D8D8D8. Windows color (decimal): -2951103 or 4323538. OLE color: 4323538.

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

Color convert

RGB 210 248 65 -
CMYK 0.15 0 0.74 0.03
HSL 72.46º 0.93% 0.61% -
HSV(B) 72.46º 0.74% 0.97% -
XYZ 61.1 81.22 17.46 -
YUV 215.78 42.91 123.88 -
System Red Green Blue C M Y K H S L
Decimal 210 248 65 0.15 0 0.74 0.03 72.46 0.93 0.61
Hex D2 F8 41 F 0 4A 3 48 5D 3D
Octal 322 370 101 17 0 112 3 110 135 75
Binary 11010010 11111000 1000001 1111 0 1001010 11 1001000 1011101 111101

Color Harmonies of #D2F841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F841

Black with #D2F841

Text Example


Text Example

White with #D2F841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F841; }

 p { color: rgb(210,248,65); }

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

background-color css

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

 a { background-color: rgb(210,248,65); }

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

border-color css

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

 span { border-color: rgb(210,248,65); }

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