Html Css Color HEX #D0F231 Pear

📋 copy color: '#D0F231'

red 208 ◦ green 242 ◦ blue 49

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

Shades of Pear #D0F231

Tints of Pear #D0F231

RGB

 RED value IS 208 (81.64% from 255) = 41.68%

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

 BLUE value IS 49 (19.53% from 255) = 9.82%

R = 41.68%
G = 48.5%
B = 9.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#D0F231 (or 0xD0F231) is known color: Pear. HEX triplet: D0, F2 and 31. RGB value is (208,242,49). Sum of RGB (Red+Green+Blue) = 208+242+49=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F231 is #2F0DCE. Grayscale: #D2D2D2. Windows color (decimal): -3083727 or 3273424. OLE color: 3273424.

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

Color convert

RGB 208 242 49 -
CMYK 0.14 0 0.80 0.05
HSL 70.57º 0.88% 0.57% -
HSV(B) 70.57º 0.8% 0.95% -
XYZ 58.32 77.14 14.72 -
YUV 209.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 208 242 49 0.14 0 0.80 0.05 70.57 0.88 0.57
Hex D0 F2 31 E 0 50 5 47 58 39
Octal 320 362 61 16 0 120 5 107 130 71
Binary 11010000 11110010 110001 1110 0 1010000 101 1000111 1011000 111001

Color Harmonies of #D0F231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F231

Black with #D0F231

Text Example


Text Example

White with #D0F231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F231; }

 p { color: rgb(208,242,49); }

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

background-color css

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

 a { background-color: rgb(208,242,49); }

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

border-color css

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

 span { border-color: rgb(208,242,49); }

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