Html Css Color HEX #DCFB8F Reef

📋 copy color: '#DCFB8F'

red 220 ◦ green 251 ◦ blue 143

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

Shades of Reef #DCFB8F

Tints of Reef #DCFB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.29%

R = 35.83%
G = 40.88%
B = 23.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DCFB8F (or 0xDCFB8F) is known color: Reef. HEX triplet: DC, FB and 8F. RGB value is (220,251,143). Sum of RGB (Red+Green+Blue) = 220+251+143=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8F is #230470. Grayscale: #E5E5E5. Windows color (decimal): -2294897 or 9436124. OLE color: 9436124.

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

Color convert

RGB 220 251 143 -
CMYK 0.12 0 0.43 0.02
HSL 77.22º 0.93% 0.77% -
HSV(B) 77.22º 0.43% 0.98% -
XYZ 68.97 86.19 38.99 -
YUV 229.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 220 251 143 0.12 0 0.43 0.02 77.22 0.93 0.77
Hex DC FB 8F C 0 2B 2 4D 5D 4D
Octal 334 373 217 14 0 53 2 115 135 115
Binary 11011100 11111011 10001111 1100 0 101011 10 1001101 1011101 1001101

Color Harmonies of #DCFB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB8F

Black with #DCFB8F

Text Example


Text Example

White with #DCFB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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