Html Css Color HEX #D2FA85 Sulu

📋 copy color: '#D2FA85'

red 210 ◦ green 250 ◦ blue 133

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

Shades of Sulu #D2FA85

Tints of Sulu #D2FA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.43%

R = 35.41%
G = 42.16%
B = 22.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D2FA85 (or 0xD2FA85) is known color: Sulu. HEX triplet: D2, FA and 85. RGB value is (210,250,133). Sum of RGB (Red+Green+Blue) = 210+250+133=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FA85 is #2D057A. Grayscale: #E1E1E1. Windows color (decimal): -2950523 or 8780498. OLE color: 8780498.

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

Color convert

RGB 210 250 133 -
CMYK 0.16 0 0.47 0.02
HSL 80.51º 0.92% 0.75% -
HSV(B) 80.51º 0.47% 0.98% -
XYZ 65 83.77 34.93 -
YUV 224.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 210 250 133 0.16 0 0.47 0.02 80.51 0.92 0.75
Hex D2 FA 85 10 0 2F 2 51 5C 4B
Octal 322 372 205 20 0 57 2 121 134 113
Binary 11010010 11111010 10000101 10000 0 101111 10 1010001 1011100 1001011

Color Harmonies of #D2FA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA85

Black with #D2FA85

Text Example


Text Example

White with #D2FA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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