Html Css Color HEX #D2F14C Pear

📋 copy color: '#D2F14C'

red 210 ◦ green 241 ◦ blue 76

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

Shades of Pear #D2F14C

Tints of Pear #D2F14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 39.85%
G = 45.73%
B = 14.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#D2F14C (or 0xD2F14C) is known color: Pear. HEX triplet: D2, F1 and 4C. RGB value is (210,241,76). Sum of RGB (Red+Green+Blue) = 210+241+76=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F14C is #2D0EB3. Grayscale: #D5D5D5. Windows color (decimal): -2952884 or 5042642. OLE color: 5042642.

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

Color convert

RGB 210 241 76 -
CMYK 0.13 0 0.68 0.05
HSL 71.27º 0.85% 0.62% -
HSV(B) 71.27º 0.68% 0.95% -
XYZ 59.34 77.13 18.6 -
YUV 212.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 210 241 76 0.13 0 0.68 0.05 71.27 0.85 0.62
Hex D2 F1 4C D 0 44 5 47 55 3E
Octal 322 361 114 15 0 104 5 107 125 76
Binary 11010010 11110001 1001100 1101 0 1000100 101 1000111 1010101 111110

Color Harmonies of #D2F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F14C

Black with #D2F14C

Text Example


Text Example

White with #D2F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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