Html Css Color HEX #D7FA7D Sulu

📋 copy color: '#D7FA7D'

red 215 ◦ green 250 ◦ blue 125

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

Shades of Sulu #D7FA7D

Tints of Sulu #D7FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.37%

 BLUE value IS 125 (49.22% from 255) = 21.19%

R = 36.44%
G = 42.37%
B = 21.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D7FA7D (or 0xD7FA7D) is known color: Sulu. HEX triplet: D7, FA and 7D. RGB value is (215,250,125). Sum of RGB (Red+Green+Blue) = 215+250+125=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FA7D is #280582. Grayscale: #E1E1E1. Windows color (decimal): -2622851 or 8256215. OLE color: 8256215.

HSL color Cylindrical-coordinate representation of color #D7FA7D: hue angle of 76.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7FA7D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 250 125 -
CMYK 0.14 0 0.50 0.02
HSL 76.8º 0.93% 0.74% -
HSV(B) 76.8º 0.5% 0.98% -
XYZ 65.91 84.3 32.2 -
YUV 225.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 215 250 125 0.14 0 0.50 0.02 76.8 0.93 0.74
Hex D7 FA 7D E 0 32 2 4D 5D 4A
Octal 327 372 175 16 0 62 2 115 135 112
Binary 11010111 11111010 1111101 1110 0 110010 10 1001101 1011101 1001010

Color Harmonies of #D7FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FA7D

Black with #D7FA7D

Text Example


Text Example

White with #D7FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FA7D; }

 p { color: rgb(215,250,125); }

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

background-color css

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

 a { background-color: rgb(215,250,125); }

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

border-color css

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

 span { border-color: rgb(215,250,125); }

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