Html Css Color HEX #D2F535 Pear

📋 copy color: '#D2F535'

red 210 ◦ green 245 ◦ blue 53

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

Shades of Pear #D2F535

Tints of Pear #D2F535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.23%

 BLUE value IS 53 (21.09% from 255) = 10.43%

R = 41.34%
G = 48.23%
B = 10.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#D2F535 (or 0xD2F535) is known color: Pear. HEX triplet: D2, F5 and 35. RGB value is (210,245,53). Sum of RGB (Red+Green+Blue) = 210+245+53=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F535 is #2D0ACA. Grayscale: #D5D5D5. Windows color (decimal): -2951883 or 3536338. OLE color: 3536338.

HSL color Cylindrical-coordinate representation of color #D2F535: hue angle of 70.94º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2F535 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 245 53 -
CMYK 0.14 0 0.78 0.04
HSL 70.94º 0.91% 0.58% -
HSV(B) 70.94º 0.78% 0.96% -
XYZ 59.87 79.26 15.51 -
YUV 212.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 210 245 53 0.14 0 0.78 0.04 70.94 0.91 0.58
Hex D2 F5 35 E 0 4E 4 47 5B 3A
Octal 322 365 65 16 0 116 4 107 133 72
Binary 11010010 11110101 110101 1110 0 1001110 100 1000111 1011011 111010

Color Harmonies of #D2F535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F535

Black with #D2F535

Text Example


Text Example

White with #D2F535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F535; }

 p { color: rgb(210,245,53); }

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

background-color css

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

 a { background-color: rgb(210,245,53); }

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

border-color css

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

 span { border-color: rgb(210,245,53); }

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