Html Css Color HEX #D2FF29 Pear

📋 copy color: '#D2FF29'

red 210 ◦ green 255 ◦ blue 41

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

Shades of Pear #D2FF29

Tints of Pear #D2FF29

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

 BLUE value IS 41 (16.41% from 255) = 8.1%

R = 41.5%
G = 50.4%
B = 8.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#D2FF29 (or 0xD2FF29) is known color: Pear. HEX triplet: D2, FF and 29. RGB value is (210,255,41). Sum of RGB (Red+Green+Blue) = 210+255+41=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF29 is #2D00D6. Grayscale: #D9D9D9. Windows color (decimal): -2949335 or 2752466. OLE color: 2752466.

HSL color Cylindrical-coordinate representation of color #D2FF29: hue angle of 72.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2FF29 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 41 -
CMYK 0.18 0 0.84 0
HSL 72.62º 1% 0.58% -
HSV(B) 72.62º 0.84% 1% -
XYZ 62.74 85.38 15.27 -
YUV 217.15 28.59 122.9 -
System Red Green Blue C M Y K H S L
Decimal 210 255 41 0.18 0 0.84 0 72.62 1 0.58
Hex D2 FF 29 12 0 54 0 49 64 3A
Octal 322 377 51 22 0 124 0 111 144 72
Binary 11010010 11111111 101001 10010 0 1010100 0 1001001 1100100 111010

Color Harmonies of #D2FF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF29

Black with #D2FF29

Text Example


Text Example

White with #D2FF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF29; }

 p { color: rgb(210,255,41); }

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

background-color css

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

 a { background-color: rgb(210,255,41); }

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

border-color css

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

 span { border-color: rgb(210,255,41); }

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