Html Css Color HEX #D2F13D Pear

📋 copy color: '#D2F13D'

red 210 ◦ green 241 ◦ blue 61

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

Shades of Pear #D2F13D

Tints of Pear #D2F13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.91%

R = 41.02%
G = 47.07%
B = 11.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#D2F13D (or 0xD2F13D) is known color: Pear. HEX triplet: D2, F1 and 3D. RGB value is (210,241,61). Sum of RGB (Red+Green+Blue) = 210+241+61=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F13D is #2D0EC2. Grayscale: #D3D3D3. Windows color (decimal): -2952899 or 4059602. OLE color: 4059602.

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

Color convert

RGB 210 241 61 -
CMYK 0.13 0 0.75 0.05
HSL 70.33º 0.87% 0.59% -
HSV(B) 70.33º 0.75% 0.95% -
XYZ 58.88 76.95 16.16 -
YUV 211.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 210 241 61 0.13 0 0.75 0.05 70.33 0.87 0.59
Hex D2 F1 3D D 0 4B 5 46 57 3B
Octal 322 361 75 15 0 113 5 106 127 73
Binary 11010010 11110001 111101 1101 0 1001011 101 1000110 1010111 111011

Color Harmonies of #D2F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F13D

Black with #D2F13D

Text Example


Text Example

White with #D2F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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