Html Css Color HEX #D0F227 Pear

📋 copy color: '#D0F227'

red 208 ◦ green 242 ◦ blue 39

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

Shades of Pear #D0F227

Tints of Pear #D0F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.98%

R = 42.54%
G = 49.49%
B = 7.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D0F227 (or 0xD0F227) is known color: Pear. HEX triplet: D0, F2 and 27. RGB value is (208,242,39). Sum of RGB (Red+Green+Blue) = 208+242+39=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F227 is #2F0DD8. Grayscale: #D1D1D1. Windows color (decimal): -3083737 or 2618064. OLE color: 2618064.

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

Color convert

RGB 208 242 39 -
CMYK 0.14 0 0.84 0.05
HSL 70.05º 0.89% 0.55% -
HSV(B) 70.05º 0.84% 0.95% -
XYZ 58.13 77.06 13.73 -
YUV 208.69 32.24 127.51 -
System Red Green Blue C M Y K H S L
Decimal 208 242 39 0.14 0 0.84 0.05 70.05 0.89 0.55
Hex D0 F2 27 E 0 54 5 46 59 37
Octal 320 362 47 16 0 124 5 106 131 67
Binary 11010000 11110010 100111 1110 0 1010100 101 1000110 1011001 110111

Color Harmonies of #D0F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F227

Black with #D0F227

Text Example


Text Example

White with #D0F227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F227; }

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

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

background-color css

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

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

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

border-color css

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

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

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