Html Css Color HEX #D7F084 Sulu

📋 copy color: '#D7F084'

red 215 ◦ green 240 ◦ blue 132

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

Shades of Sulu #D7F084

Tints of Sulu #D7F084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

 BLUE value IS 132 (51.95% from 255) = 22.49%

R = 36.63%
G = 40.89%
B = 22.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#D7F084 (or 0xD7F084) is known color: Sulu. HEX triplet: D7, F0 and 84. RGB value is (215,240,132). Sum of RGB (Red+Green+Blue) = 215+240+132=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F084 is #280F7B. Grayscale: #DCDCDC. Windows color (decimal): -2625404 or 8712407. OLE color: 8712407.

HSL color Cylindrical-coordinate representation of color #D7F084: hue angle of 73.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7F084 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 240 132 -
CMYK 0.10 0 0.45 0.06
HSL 73.89º 0.78% 0.73% -
HSV(B) 73.89º 0.45% 0.94% -
XYZ 63.35 78.43 33.63 -
YUV 220.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 215 240 132 0.10 0 0.45 0.06 73.89 0.78 0.73
Hex D7 F0 84 A 0 2D 6 4A 4E 49
Octal 327 360 204 12 0 55 6 112 116 111
Binary 11010111 11110000 10000100 1010 0 101101 110 1001010 1001110 1001001

Color Harmonies of #D7F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F084

Black with #D7F084

Text Example


Text Example

White with #D7F084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F084; }

 p { color: rgb(215,240,132); }

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

background-color css

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

 a { background-color: rgb(215,240,132); }

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

border-color css

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

 span { border-color: rgb(215,240,132); }

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