Html Css Color HEX #DBF28C Reef

📋 copy color: '#DBF28C'

red 219 ◦ green 242 ◦ blue 140

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

Shades of Reef #DBF28C

Tints of Reef #DBF28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.29%

R = 36.44%
G = 40.27%
B = 23.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#DBF28C (or 0xDBF28C) is known color: Reef. HEX triplet: DB, F2 and 8C. RGB value is (219,242,140). Sum of RGB (Red+Green+Blue) = 219+242+140=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF28C is #240D73. Grayscale: #DFDFDF. Windows color (decimal): -2362740 or 9237211. OLE color: 9237211.

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

Color convert

RGB 219 242 140 -
CMYK 0.10 0 0.42 0.05
HSL 73.53º 0.8% 0.75% -
HSV(B) 73.53º 0.42% 0.95% -
XYZ 65.7 80.46 36.88 -
YUV 223.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 219 242 140 0.10 0 0.42 0.05 73.53 0.8 0.75
Hex DB F2 8C A 0 2A 5 4A 50 4B
Octal 333 362 214 12 0 52 5 112 120 113
Binary 11011011 11110010 10001100 1010 0 101010 101 1001010 1010000 1001011

Color Harmonies of #DBF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF28C

Black with #DBF28C

Text Example


Text Example

White with #DBF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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