Html Css Color HEX #D2FA75 Sulu

📋 copy color: '#D2FA75'

red 210 ◦ green 250 ◦ blue 117

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

Shades of Sulu #D2FA75

Tints of Sulu #D2FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.28%

R = 36.4%
G = 43.33%
B = 20.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D2FA75 (or 0xD2FA75) is known color: Sulu. HEX triplet: D2, FA and 75. RGB value is (210,250,117). Sum of RGB (Red+Green+Blue) = 210+250+117=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA75 is #2D058A. Grayscale: #DFDFDF. Windows color (decimal): -2950539 or 7731922. OLE color: 7731922.

HSL color Cylindrical-coordinate representation of color #D2FA75: hue angle of 78.05º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FA75 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 117 -
CMYK 0.16 0 0.53 0.02
HSL 78.05º 0.93% 0.72% -
HSV(B) 78.05º 0.53% 0.98% -
XYZ 63.97 83.36 29.55 -
YUV 222.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 210 250 117 0.16 0 0.53 0.02 78.05 0.93 0.72
Hex D2 FA 75 10 0 35 2 4E 5D 48
Octal 322 372 165 20 0 65 2 116 135 110
Binary 11010010 11111010 1110101 10000 0 110101 10 1001110 1011101 1001000

Color Harmonies of #D2FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA75

Black with #D2FA75

Text Example


Text Example

White with #D2FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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