Html Css Color HEX #D0F538 Pear

📋 copy color: '#D0F538'

red 208 ◦ green 245 ◦ blue 56

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

Shades of Pear #D0F538

Tints of Pear #D0F538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11%

R = 40.86%
G = 48.13%
B = 11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#D0F538 (or 0xD0F538) is known color: Pear. HEX triplet: D0, F5 and 38. RGB value is (208,245,56). Sum of RGB (Red+Green+Blue) = 208+245+56=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 56 (22.27% from 255 or 11.00% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F538 is #2F0AC7. Grayscale: #D5D5D5. Windows color (decimal): -3082952 or 3732944. OLE color: 3732944.

HSL color Cylindrical-coordinate representation of color #D0F538: hue angle of 71.75º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0F538 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 56 -
CMYK 0.15 0 0.77 0.04
HSL 71.75º 0.9% 0.59% -
HSV(B) 71.75º 0.77% 0.96% -
XYZ 59.38 79 15.86 -
YUV 212.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 208 245 56 0.15 0 0.77 0.04 71.75 0.9 0.59
Hex D0 F5 38 F 0 4D 4 48 5A 3B
Octal 320 365 70 17 0 115 4 110 132 73
Binary 11010000 11110101 111000 1111 0 1001101 100 1001000 1011010 111011

Color Harmonies of #D0F538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F538

Black with #D0F538

Text Example


Text Example

White with #D0F538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F538; }

 p { color: rgb(208,245,56); }

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

background-color css

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

 a { background-color: rgb(208,245,56); }

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

border-color css

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

 span { border-color: rgb(208,245,56); }

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