Html Css Color HEX #DBF885 Sulu

📋 copy color: '#DBF885'

red 219 ◦ green 248 ◦ blue 133

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

Shades of Sulu #DBF885

Tints of Sulu #DBF885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.33%

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

R = 36.5%
G = 41.33%
B = 22.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#DBF885 (or 0xDBF885) is known color: Sulu. HEX triplet: DB, F8 and 85. RGB value is (219,248,133). Sum of RGB (Red+Green+Blue) = 219+248+133=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF885 is #24077A. Grayscale: #E2E2E2. Windows color (decimal): -2361211 or 8779995. OLE color: 8779995.

HSL color Cylindrical-coordinate representation of color #DBF885: hue angle of 75.13º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF885 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 133 -
CMYK 0.12 0 0.46 0.03
HSL 75.13º 0.89% 0.75% -
HSV(B) 75.13º 0.46% 0.97% -
XYZ 67.01 83.89 34.85 -
YUV 226.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 219 248 133 0.12 0 0.46 0.03 75.13 0.89 0.75
Hex DB F8 85 C 0 2E 3 4B 59 4B
Octal 333 370 205 14 0 56 3 113 131 113
Binary 11011011 11111000 10000101 1100 0 101110 11 1001011 1011001 1001011

Color Harmonies of #DBF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF885

Black with #DBF885

Text Example


Text Example

White with #DBF885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF885; }

 p { color: rgb(219,248,133); }

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

background-color css

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

 a { background-color: rgb(219,248,133); }

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

border-color css

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

 span { border-color: rgb(219,248,133); }

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