Html Css Color HEX #D1F288 Sulu

📋 copy color: '#D1F288'

red 209 ◦ green 242 ◦ blue 136

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

Shades of Sulu #D1F288

Tints of Sulu #D1F288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.23%

 BLUE value IS 136 (53.52% from 255) = 23.17%

R = 35.6%
G = 41.23%
B = 23.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D1F288 (or 0xD1F288) is known color: Sulu. HEX triplet: D1, F2 and 88. RGB value is (209,242,136). Sum of RGB (Red+Green+Blue) = 209+242+136=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F288 is #2E0D77. Grayscale: #DCDCDC. Windows color (decimal): -3018104 or 8975057. OLE color: 8975057.

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

Color convert

RGB 209 242 136 -
CMYK 0.14 0 0.44 0.05
HSL 78.68º 0.8% 0.74% -
HSV(B) 78.68º 0.44% 0.95% -
XYZ 62.49 78.84 35.22 -
YUV 220.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 209 242 136 0.14 0 0.44 0.05 78.68 0.8 0.74
Hex D1 F2 88 E 0 2C 5 4F 50 4A
Octal 321 362 210 16 0 54 5 117 120 112
Binary 11010001 11110010 10001000 1110 0 101100 101 1001111 1010000 1001010

Color Harmonies of #D1F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F288

Black with #D1F288

Text Example


Text Example

White with #D1F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F288; }

 p { color: rgb(209,242,136); }

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

background-color css

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

 a { background-color: rgb(209,242,136); }

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

border-color css

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

 span { border-color: rgb(209,242,136); }

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