Html Css Color HEX #D0F13D Pear

📋 copy color: '#D0F13D'

red 208 ◦ green 241 ◦ blue 61

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

Shades of Pear #D0F13D

Tints of Pear #D0F13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.96%

R = 40.78%
G = 47.25%
B = 11.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#D0F13D (or 0xD0F13D) is known color: Pear. HEX triplet: D0, F1 and 3D. RGB value is (208,241,61). Sum of RGB (Red+Green+Blue) = 208+241+61=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F13D is #2F0EC2. Grayscale: #D3D3D3. Windows color (decimal): -3083971 or 4059600. OLE color: 4059600.

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

Color convert

RGB 208 241 61 -
CMYK 0.14 0 0.75 0.05
HSL 71º 0.87% 0.59% -
HSV(B) 71º 0.75% 0.95% -
XYZ 58.31 76.66 16.14 -
YUV 210.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 208 241 61 0.14 0 0.75 0.05 71 0.87 0.59
Hex D0 F1 3D E 0 4B 5 47 57 3B
Octal 320 361 75 16 0 113 5 107 127 73
Binary 11010000 11110001 111101 1110 0 1001011 101 1000111 1010111 111011

Color Harmonies of #D0F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F13D

Black with #D0F13D

Text Example


Text Example

White with #D0F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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