Html Css Color HEX #D2F142 Pear

📋 copy color: '#D2F142'

red 210 ◦ green 241 ◦ blue 66

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

Shades of Pear #D2F142

Tints of Pear #D2F142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.77%

R = 40.62%
G = 46.62%
B = 12.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#D2F142 (or 0xD2F142) is known color: Pear. HEX triplet: D2, F1 and 42. RGB value is (210,241,66). Sum of RGB (Red+Green+Blue) = 210+241+66=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F142 is #2D0EBD. Grayscale: #D4D4D4. Windows color (decimal): -2952894 or 4387282. OLE color: 4387282.

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

Color convert

RGB 210 241 66 -
CMYK 0.13 0 0.73 0.05
HSL 70.63º 0.86% 0.6% -
HSV(B) 70.63º 0.73% 0.95% -
XYZ 59.02 77.01 16.91 -
YUV 211.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 210 241 66 0.13 0 0.73 0.05 70.63 0.86 0.6
Hex D2 F1 42 D 0 49 5 47 56 3C
Octal 322 361 102 15 0 111 5 107 126 74
Binary 11010010 11110001 1000010 1101 0 1001001 101 1000111 1010110 111100

Color Harmonies of #D2F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F142

Black with #D2F142

Text Example


Text Example

White with #D2F142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F142; }

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

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

background-color css

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

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

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

border-color css

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

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

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