Html Css Color HEX #D6F288 Sulu

📋 copy color: '#D6F288'

red 214 ◦ green 242 ◦ blue 136

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

Shades of Sulu #D6F288

Tints of Sulu #D6F288

RGB

 RED value IS 214 (83.98% from 255) = 36.15%

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

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

R = 36.15%
G = 40.88%
B = 22.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D6F288 (or 0xD6F288) is known color: Sulu. HEX triplet: D6, F2 and 88. RGB value is (214,242,136). Sum of RGB (Red+Green+Blue) = 214+242+136=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F288 is #290D77. Grayscale: #DDDDDD. Windows color (decimal): -2690424 or 8975062. OLE color: 8975062.

HSL color Cylindrical-coordinate representation of color #D6F288: hue angle of 75.85º 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 #D6F288 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 136 -
CMYK 0.12 0 0.44 0.05
HSL 75.85º 0.8% 0.74% -
HSV(B) 75.85º 0.44% 0.95% -
XYZ 63.93 79.58 35.28 -
YUV 221.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 214 242 136 0.12 0 0.44 0.05 75.85 0.8 0.74
Hex D6 F2 88 C 0 2C 5 4C 50 4A
Octal 326 362 210 14 0 54 5 114 120 112
Binary 11010110 11110010 10001000 1100 0 101100 101 1001100 1010000 1001010

Color Harmonies of #D6F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F288

Black with #D6F288

Text Example


Text Example

White with #D6F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F288; }

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

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

background-color css

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

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

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

border-color css

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

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

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