Html Css Color HEX #DCFB8C Reef

📋 copy color: '#DCFB8C'

red 220 ◦ green 251 ◦ blue 140

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

Shades of Reef #DCFB8C

Tints of Reef #DCFB8C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.08%

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

R = 36.01%
G = 41.08%
B = 22.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DCFB8C (or 0xDCFB8C) is known color: Reef. HEX triplet: DC, FB and 8C. RGB value is (220,251,140). Sum of RGB (Red+Green+Blue) = 220+251+140=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8C is #230473. Grayscale: #E5E5E5. Windows color (decimal): -2294900 or 9239516. OLE color: 9239516.

HSL color Cylindrical-coordinate representation of color #DCFB8C: hue angle of 76.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFB8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 140 -
CMYK 0.12 0 0.44 0.02
HSL 76.76º 0.93% 0.77% -
HSV(B) 76.76º 0.44% 0.98% -
XYZ 68.75 86.1 37.81 -
YUV 229.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 220 251 140 0.12 0 0.44 0.02 76.76 0.93 0.77
Hex DC FB 8C C 0 2C 2 4D 5D 4D
Octal 334 373 214 14 0 54 2 115 135 115
Binary 11011100 11111011 10001100 1100 0 101100 10 1001101 1011101 1001101

Color Harmonies of #DCFB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB8C

Black with #DCFB8C

Text Example


Text Example

White with #DCFB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB8C; }

 p { color: rgb(220,251,140); }

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

background-color css

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

 a { background-color: rgb(220,251,140); }

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

border-color css

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

 span { border-color: rgb(220,251,140); }

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