Html Css Color HEX #D5FF38 Pear

📋 copy color: '#D5FF38'

red 213 ◦ green 255 ◦ blue 56

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

Shades of Pear #D5FF38

Tints of Pear #D5FF38

RGB

 RED value IS 213 (83.59% from 255) = 40.65%

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

 BLUE value IS 56 (22.27% from 255) = 10.69%

R = 40.65%
G = 48.66%
B = 10.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#D5FF38 (or 0xD5FF38) is known color: Pear. HEX triplet: D5, FF and 38. RGB value is (213,255,56). Sum of RGB (Red+Green+Blue) = 213+255+56=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF38 is #2A00C7. Grayscale: #DCDCDC. Windows color (decimal): -2752712 or 3735509. OLE color: 3735509.

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

Color convert

RGB 213 255 56 -
CMYK 0.16 0 0.78 0
HSL 72.66º 1% 0.61% -
HSV(B) 72.66º 0.78% 1% -
XYZ 63.91 85.95 16.96 -
YUV 219.76 35.59 123.18 -
System Red Green Blue C M Y K H S L
Decimal 213 255 56 0.16 0 0.78 0 72.66 1 0.61
Hex D5 FF 38 10 0 4E 0 49 64 3D
Octal 325 377 70 20 0 116 0 111 144 75
Binary 11010101 11111111 111000 10000 0 1001110 0 1001001 1100100 111101

Color Harmonies of #D5FF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF38

Black with #D5FF38

Text Example


Text Example

White with #D5FF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF38; }

 p { color: rgb(213,255,56); }

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

background-color css

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

 a { background-color: rgb(213,255,56); }

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

border-color css

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

 span { border-color: rgb(213,255,56); }

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