Html Css Color HEX #D1F235 Pear

📋 copy color: '#D1F235'

red 209 ◦ green 242 ◦ blue 53

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

Shades of Pear #D1F235

Tints of Pear #D1F235

RGB

 RED value IS 209 (82.03% from 255) = 41.47%

 GREEN value IS 242 (94.92% from 255) = 48.02%

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

R = 41.47%
G = 48.02%
B = 10.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D1F235 (or 0xD1F235) is known color: Pear. HEX triplet: D1, F2 and 35. RGB value is (209,242,53). Sum of RGB (Red+Green+Blue) = 209+242+53=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F235 is #2E0DCA. Grayscale: #D3D3D3. Windows color (decimal): -3018187 or 3535569. OLE color: 3535569.

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

Color convert

RGB 209 242 53 -
CMYK 0.14 0 0.78 0.05
HSL 70.48º 0.88% 0.58% -
HSV(B) 70.48º 0.78% 0.95% -
XYZ 58.69 77.32 15.2 -
YUV 210.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 209 242 53 0.14 0 0.78 0.05 70.48 0.88 0.58
Hex D1 F2 35 E 0 4E 5 46 58 3A
Octal 321 362 65 16 0 116 5 106 130 72
Binary 11010001 11110010 110101 1110 0 1001110 101 1000110 1011000 111010

Color Harmonies of #D1F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F235

Black with #D1F235

Text Example


Text Example

White with #D1F235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F235; }

 p { color: rgb(209,242,53); }

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

background-color css

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

 a { background-color: rgb(209,242,53); }

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

border-color css

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

 span { border-color: rgb(209,242,53); }

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