Html Css Color HEX #D8F133 Pear

📋 copy color: '#D8F133'

red 216 ◦ green 241 ◦ blue 51

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

Shades of Pear #D8F133

Tints of Pear #D8F133

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

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

 BLUE value IS 51 (20.31% from 255) = 10.04%

R = 42.52%
G = 47.44%
B = 10.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D8F133 (or 0xD8F133) is known color: Pear. HEX triplet: D8, F1 and 33. RGB value is (216,241,51). Sum of RGB (Red+Green+Blue) = 216+241+51=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F133 is #270ECC. Grayscale: #D4D4D4. Windows color (decimal): -2559693 or 3404248. OLE color: 3404248.

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

Color convert

RGB 216 241 51 -
CMYK 0.10 0 0.79 0.05
HSL 67.89º 0.87% 0.57% -
HSV(B) 67.89º 0.79% 0.95% -
XYZ 60.37 77.75 14.96 -
YUV 211.87 37.22 130.95 -
System Red Green Blue C M Y K H S L
Decimal 216 241 51 0.10 0 0.79 0.05 67.89 0.87 0.57
Hex D8 F1 33 A 0 4F 5 44 57 39
Octal 330 361 63 12 0 117 5 104 127 71
Binary 11011000 11110001 110011 1010 0 1001111 101 1000100 1010111 111001

Color Harmonies of #D8F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F133

Black with #D8F133

Text Example


Text Example

White with #D8F133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F133; }

 p { color: rgb(216,241,51); }

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

background-color css

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

 a { background-color: rgb(216,241,51); }

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

border-color css

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

 span { border-color: rgb(216,241,51); }

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