Html Css Color HEX #D0F134 Pear

📋 copy color: '#D0F134'

red 208 ◦ green 241 ◦ blue 52

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

Shades of Pear #D0F134

Tints of Pear #D0F134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 41.52%
G = 48.1%
B = 10.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D0F134 (or 0xD0F134) is known color: Pear. HEX triplet: D0, F1 and 34. RGB value is (208,241,52). Sum of RGB (Red+Green+Blue) = 208+241+52=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F134 is #2F0ECB. Grayscale: #D2D2D2. Windows color (decimal): -3083980 or 3469776. OLE color: 3469776.

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

Color convert

RGB 208 241 52 -
CMYK 0.14 0 0.78 0.05
HSL 70.48º 0.87% 0.57% -
HSV(B) 70.48º 0.78% 0.95% -
XYZ 58.09 76.57 14.97 -
YUV 209.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 208 241 52 0.14 0 0.78 0.05 70.48 0.87 0.57
Hex D0 F1 34 E 0 4E 5 46 57 39
Octal 320 361 64 16 0 116 5 106 127 71
Binary 11010000 11110001 110100 1110 0 1001110 101 1000110 1010111 111001

Color Harmonies of #D0F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F134

Black with #D0F134

Text Example


Text Example

White with #D0F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F134; }

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

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

background-color css

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

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

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

border-color css

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

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

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