Html Css Color HEX #D7FF82 Sulu

📋 copy color: '#D7FF82'

red 215 ◦ green 255 ◦ blue 130

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

Shades of Sulu #D7FF82

Tints of Sulu #D7FF82

RGB

 RED value IS 215 (84.38% from 255) = 35.83%

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

 BLUE value IS 130 (51.17% from 255) = 21.67%

R = 35.83%
G = 42.5%
B = 21.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#D7FF82 (or 0xD7FF82) is known color: Sulu. HEX triplet: D7, FF and 82. RGB value is (215,255,130). Sum of RGB (Red+Green+Blue) = 215+255+130=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FF82 is #28007D. Grayscale: #E5E5E5. Windows color (decimal): -2621566 or 8585175. OLE color: 8585175.

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

Color convert

RGB 215 255 130 -
CMYK 0.16 0 0.49 0
HSL 79.2º 1% 0.75% -
HSV(B) 79.2º 0.49% 1% -
XYZ 67.81 87.58 34.45 -
YUV 228.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 215 255 130 0.16 0 0.49 0 79.2 1 0.75
Hex D7 FF 82 10 0 31 0 4F 64 4B
Octal 327 377 202 20 0 61 0 117 144 113
Binary 11010111 11111111 10000010 10000 0 110001 0 1001111 1100100 1001011

Color Harmonies of #D7FF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FF82

Black with #D7FF82

Text Example


Text Example

White with #D7FF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FF82; }

 p { color: rgb(215,255,130); }

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

background-color css

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

 a { background-color: rgb(215,255,130); }

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

border-color css

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

 span { border-color: rgb(215,255,130); }

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