Html Css Color HEX #DCFF8B Reef

📋 copy color: '#DCFF8B'

red 220 ◦ green 255 ◦ blue 139

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

Shades of Reef #DCFF8B

Tints of Reef #DCFF8B

RGB

 RED value IS 220 (86.33% from 255) = 35.83%

 GREEN value IS 255 (100% from 255) = 41.53%

 BLUE value IS 139 (54.69% from 255) = 22.64%

R = 35.83%
G = 41.53%
B = 22.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DCFF8B (or 0xDCFF8B) is known color: Reef. HEX triplet: DC, FF and 8B. RGB value is (220,255,139). Sum of RGB (Red+Green+Blue) = 220+255+139=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF8B is #230074. Grayscale: #E7E7E7. Windows color (decimal): -2293877 or 9175004. OLE color: 9175004.

HSL color Cylindrical-coordinate representation of color #DCFF8B: hue angle of 78.1º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFF8B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 139 -
CMYK 0.14 0 0.45 0
HSL 78.1º 1% 0.77% -
HSV(B) 78.1º 0.45% 1% -
XYZ 69.94 88.6 37.84 -
YUV 231.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 220 255 139 0.14 0 0.45 0 78.1 1 0.77
Hex DC FF 8B E 0 2D 0 4E 64 4D
Octal 334 377 213 16 0 55 0 116 144 115
Binary 11011100 11111111 10001011 1110 0 101101 0 1001110 1100100 1001101

Color Harmonies of #DCFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF8B

Black with #DCFF8B

Text Example


Text Example

White with #DCFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF8B; }

 p { color: rgb(220,255,139); }

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

background-color css

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

 a { background-color: rgb(220,255,139); }

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

border-color css

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

 span { border-color: rgb(220,255,139); }

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