Html Css Color HEX #D8FF35 Pear

📋 copy color: '#D8FF35'

red 216 ◦ green 255 ◦ blue 53

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

Shades of Pear #D8FF35

Tints of Pear #D8FF35

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

 BLUE value IS 53 (21.09% from 255) = 10.11%

R = 41.22%
G = 48.66%
B = 10.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#D8FF35 (or 0xD8FF35) is known color: Pear. HEX triplet: D8, FF and 35. RGB value is (216,255,53). Sum of RGB (Red+Green+Blue) = 216+255+53=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF35 is #2700CA. Grayscale: #DDDDDD. Windows color (decimal): -2556107 or 3538904. OLE color: 3538904.

HSL color Cylindrical-coordinate representation of color #D8FF35: hue angle of 71.58º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8FF35 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB 216 255 53 -
CMYK 0.15 0 0.79 0
HSL 71.58º 1% 0.6% -
HSV(B) 71.58º 0.79% 1% -
XYZ 64.72 86.38 16.63 -
YUV 220.31 33.58 124.93 -
System Red Green Blue C M Y K H S L
Decimal 216 255 53 0.15 0 0.79 0 71.58 1 0.6
Hex D8 FF 35 F 0 4F 0 48 64 3C
Octal 330 377 65 17 0 117 0 110 144 74
Binary 11011000 11111111 110101 1111 0 1001111 0 1001000 1100100 111100

Color Harmonies of #D8FF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FF35

Black with #D8FF35

Text Example


Text Example

White with #D8FF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FF35; }

 p { color: rgb(216,255,53); }

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

background-color css

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

 a { background-color: rgb(216,255,53); }

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

border-color css

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

 span { border-color: rgb(216,255,53); }

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