Html Css Color HEX #DBF288 Sulu

📋 copy color: '#DBF288'

red 219 ◦ green 242 ◦ blue 136

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

Shades of Sulu #DBF288

Tints of Sulu #DBF288

RGB

 RED value IS 219 (85.94% from 255) = 36.68%

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

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

R = 36.68%
G = 40.54%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DBF288 (or 0xDBF288) is known color: Sulu. HEX triplet: DB, F2 and 88. RGB value is (219,242,136). Sum of RGB (Red+Green+Blue) = 219+242+136=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF288 is #240D77. Grayscale: #DFDFDF. Windows color (decimal): -2362744 or 8975067. OLE color: 8975067.

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

Color convert

RGB 219 242 136 -
CMYK 0.10 0 0.44 0.05
HSL 73.02º 0.8% 0.74% -
HSV(B) 73.02º 0.44% 0.95% -
XYZ 65.41 80.34 35.35 -
YUV 223.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 219 242 136 0.10 0 0.44 0.05 73.02 0.8 0.74
Hex DB F2 88 A 0 2C 5 49 50 4A
Octal 333 362 210 12 0 54 5 111 120 112
Binary 11011011 11110010 10001000 1010 0 101100 101 1001001 1010000 1001010

Color Harmonies of #DBF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF288

Black with #DBF288

Text Example


Text Example

White with #DBF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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