Html Css Color HEX #D3FA7E Sulu

📋 copy color: '#D3FA7E'

red 211 ◦ green 250 ◦ blue 126

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

Shades of Sulu #D3FA7E

Tints of Sulu #D3FA7E

RGB

 RED value IS 211 (82.81% from 255) = 35.95%

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

 BLUE value IS 126 (49.61% from 255) = 21.47%

R = 35.95%
G = 42.59%
B = 21.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D3FA7E (or 0xD3FA7E) is known color: Sulu. HEX triplet: D3, FA and 7E. RGB value is (211,250,126). Sum of RGB (Red+Green+Blue) = 211+250+126=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA7E is #2C0581. Grayscale: #E0E0E0. Windows color (decimal): -2884994 or 8321747. OLE color: 8321747.

HSL color Cylindrical-coordinate representation of color #D3FA7E: hue angle of 78.87º 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 #D3FA7E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 126 -
CMYK 0.16 0 0.50 0.02
HSL 78.87º 0.93% 0.74% -
HSV(B) 78.87º 0.5% 0.98% -
XYZ 64.82 83.73 32.48 -
YUV 224.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 211 250 126 0.16 0 0.50 0.02 78.87 0.93 0.74
Hex D3 FA 7E 10 0 32 2 4F 5D 4A
Octal 323 372 176 20 0 62 2 117 135 112
Binary 11010011 11111010 1111110 10000 0 110010 10 1001111 1011101 1001010

Color Harmonies of #D3FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA7E

Black with #D3FA7E

Text Example


Text Example

White with #D3FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA7E; }

 p { color: rgb(211,250,126); }

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

background-color css

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

 a { background-color: rgb(211,250,126); }

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

border-color css

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

 span { border-color: rgb(211,250,126); }

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