Html Css Color HEX #D1F384 Sulu

📋 copy color: '#D1F384'

red 209 ◦ green 243 ◦ blue 132

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

Shades of Sulu #D1F384

Tints of Sulu #D1F384

RGB

 RED value IS 209 (82.03% from 255) = 35.79%

 GREEN value IS 243 (95.31% from 255) = 41.61%

 BLUE value IS 132 (51.95% from 255) = 22.6%

R = 35.79%
G = 41.61%
B = 22.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#D1F384 (or 0xD1F384) is known color: Sulu. HEX triplet: D1, F3 and 84. RGB value is (209,243,132). Sum of RGB (Red+Green+Blue) = 209+243+132=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F384 is #2E0C7B. Grayscale: #DCDCDC. Windows color (decimal): -3017852 or 8713169. OLE color: 8713169.

HSL color Cylindrical-coordinate representation of color #D1F384: hue angle of 78.38º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1F384 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 243 132 -
CMYK 0.14 0 0.46 0.05
HSL 78.38º 0.82% 0.74% -
HSV(B) 78.38º 0.46% 0.95% -
XYZ 62.51 79.32 33.85 -
YUV 220.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 209 243 132 0.14 0 0.46 0.05 78.38 0.82 0.74
Hex D1 F3 84 E 0 2E 5 4E 52 4A
Octal 321 363 204 16 0 56 5 116 122 112
Binary 11010001 11110011 10000100 1110 0 101110 101 1001110 1010010 1001010

Color Harmonies of #D1F384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F384

Black with #D1F384

Text Example


Text Example

White with #D1F384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F384; }

 p { color: rgb(209,243,132); }

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

background-color css

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

 a { background-color: rgb(209,243,132); }

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

border-color css

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

 span { border-color: rgb(209,243,132); }

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