Html Css Color HEX #D0F146 Pear

📋 copy color: '#D0F146'

red 208 ◦ green 241 ◦ blue 70

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

Shades of Pear #D0F146

Tints of Pear #D0F146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.44%

 BLUE value IS 70 (27.73% from 255) = 13.49%

R = 40.08%
G = 46.44%
B = 13.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D0F146 (or 0xD0F146) is known color: Pear. HEX triplet: D0, F1 and 46. RGB value is (208,241,70). Sum of RGB (Red+Green+Blue) = 208+241+70=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F146 is #2F0EB9. Grayscale: #D4D4D4. Windows color (decimal): -3083962 or 4649424. OLE color: 4649424.

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

Color convert

RGB 208 241 70 -
CMYK 0.14 0 0.71 0.05
HSL 71.58º 0.86% 0.61% -
HSV(B) 71.58º 0.71% 0.95% -
XYZ 58.57 76.76 17.52 -
YUV 211.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 208 241 70 0.14 0 0.71 0.05 71.58 0.86 0.61
Hex D0 F1 46 E 0 47 5 48 56 3D
Octal 320 361 106 16 0 107 5 110 126 75
Binary 11010000 11110001 1000110 1110 0 1000111 101 1001000 1010110 111101

Color Harmonies of #D0F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F146

Black with #D0F146

Text Example


Text Example

White with #D0F146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F146; }

 p { color: rgb(208,241,70); }

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

background-color css

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

 a { background-color: rgb(208,241,70); }

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

border-color css

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

 span { border-color: rgb(208,241,70); }

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