Html Css Color HEX #D5FF7F Sulu

📋 copy color: '#D5FF7F'

red 213 ◦ green 255 ◦ blue 127

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

Shades of Sulu #D5FF7F

Tints of Sulu #D5FF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.34%

R = 35.8%
G = 42.86%
B = 21.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#D5FF7F (or 0xD5FF7F) is known color: Sulu. HEX triplet: D5, FF and 7F. RGB value is (213,255,127). Sum of RGB (Red+Green+Blue) = 213+255+127=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF7F is #2A0080. Grayscale: #E4E4E4. Windows color (decimal): -2752641 or 8388565. OLE color: 8388565.

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

Color convert

RGB 213 255 127 -
CMYK 0.16 0 0.50 0
HSL 79.69º 1% 0.75% -
HSV(B) 79.69º 0.5% 1% -
XYZ 67.03 87.2 33.38 -
YUV 227.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 213 255 127 0.16 0 0.50 0 79.69 1 0.75
Hex D5 FF 7F 10 0 32 0 50 64 4B
Octal 325 377 177 20 0 62 0 120 144 113
Binary 11010101 11111111 1111111 10000 0 110010 0 1010000 1100100 1001011

Color Harmonies of #D5FF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF7F

Black with #D5FF7F

Text Example


Text Example

White with #D5FF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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