Html Css Color HEX #D8F34B Pear

📋 copy color: '#D8F34B'

red 216 ◦ green 243 ◦ blue 75

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

Shades of Pear #D8F34B

Tints of Pear #D8F34B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

 BLUE value IS 75 (29.69% from 255) = 14.04%

R = 40.45%
G = 45.51%
B = 14.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D8F34B (or 0xD8F34B) is known color: Pear. HEX triplet: D8, F3 and 4B. RGB value is (216,243,75). Sum of RGB (Red+Green+Blue) = 216+243+75=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F34B is #270CB4. Grayscale: #D8D8D8. Windows color (decimal): -2559157 or 4977624. OLE color: 4977624.

HSL color Cylindrical-coordinate representation of color #D8F34B: hue angle of 69.64º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8F34B is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 243 75 -
CMYK 0.11 0 0.69 0.05
HSL 69.64º 0.88% 0.62% -
HSV(B) 69.64º 0.69% 0.95% -
XYZ 61.64 79.21 18.7 -
YUV 215.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 216 243 75 0.11 0 0.69 0.05 69.64 0.88 0.62
Hex D8 F3 4B B 0 45 5 46 58 3E
Octal 330 363 113 13 0 105 5 106 130 76
Binary 11011000 11110011 1001011 1011 0 1000101 101 1000110 1011000 111110

Color Harmonies of #D8F34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F34B

Black with #D8F34B

Text Example


Text Example

White with #D8F34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F34B; }

 p { color: rgb(216,243,75); }

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

background-color css

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

 a { background-color: rgb(216,243,75); }

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

border-color css

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

 span { border-color: rgb(216,243,75); }

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