Html Css Color HEX #D2FA7D Sulu

📋 copy color: '#D2FA7D'

red 210 ◦ green 250 ◦ blue 125

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

Shades of Sulu #D2FA7D

Tints of Sulu #D2FA7D

RGB

 RED value IS 210 (82.42% from 255) = 35.9%

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

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

R = 35.9%
G = 42.74%
B = 21.37%

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

#D2FA7D (or 0xD2FA7D) is known color: Sulu. HEX triplet: D2, FA and 7D. RGB value is (210,250,125). Sum of RGB (Red+Green+Blue) = 210+250+125=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA7D is #2D0582. Grayscale: #E0E0E0. Windows color (decimal): -2950531 or 8256210. OLE color: 8256210.

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

Color convert

RGB 210 250 125 -
CMYK 0.16 0 0.50 0.02
HSL 79.2º 0.93% 0.74% -
HSV(B) 79.2º 0.5% 0.98% -
XYZ 64.47 83.55 32.13 -
YUV 223.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 210 250 125 0.16 0 0.50 0.02 79.2 0.93 0.74
Hex D2 FA 7D 10 0 32 2 4F 5D 4A
Octal 322 372 175 20 0 62 2 117 135 112
Binary 11010010 11111010 1111101 10000 0 110010 10 1001111 1011101 1001010

Color Harmonies of #D2FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA7D

Black with #D2FA7D

Text Example


Text Example

White with #D2FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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